Latest fixes
All checks were successful
Release Creation / build (release) Successful in 46s

This commit is contained in:
2025-09-17 07:47:40 +02:00
parent 76a99fe33f
commit eedce1a498
26 changed files with 86 additions and 107 deletions

View File

@@ -997,7 +997,7 @@ export default class LethalFantasyRoll extends Roll {
modifierFormula = "0"
} else {
let modAbs = Math.abs(fullModifier)
modifierFormula = `${modAbs}`
modifierFormula = `D${modAbs+1} -1`
}
let rollData = { ...rollContext }