We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa3faf commit 1f5785fCopy full SHA for 1f5785f
src/fvtt/page-script.js
@@ -306,6 +306,7 @@ class FVTTRoll extends Beyond20BaseRoll {
306
}
307
308
cleanupFormula(formula) {
309
+ formula = formula.replace(/ro(=|<|<=|>|>=)([0-9]+)/g, "r$1$2");
310
formula = formula.replace(/(^|\s)+(\d+d\d+)min(\d+)([^\s\+\-]*)/g, "$1{$2$4, $3}kh1");
311
return super.cleanupFormula(formula);
312
0 commit comments