mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.206.1
This commit is contained in:
@@ -1098,7 +1098,7 @@ Renderer.dice.lang = {
|
||||
.replace(/\s*?\bdivided by\b\s*?/g, " / ")
|
||||
// endregion
|
||||
.replace(/\s+/g, "")
|
||||
.replace(/[\u2012\u2013\u2014]/g, "-") // convert dashes
|
||||
.replace(/[\u2012\u2013\u2014\u2212]/g, "-") // convert dashes
|
||||
.replace(/[×]/g, "*") // convert mult signs
|
||||
.replace(/\*\*/g, "^") // convert ** to ^
|
||||
.replace(/÷/g, "/") // convert div signs
|
||||
|
||||
Reference in New Issue
Block a user