This commit is contained in:
Ean Milligan 2025-04-26 23:55:30 -04:00
parent 1d31a4f059
commit 6afaf882fa
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ export const parseRoll = (fullCmd: string, modifiers: RollModifiers): SolvedRoll
}, },
], ],
); );
i += 2;
} else if (!operators.includes(mathConf[i].toString())) { } else if (!operators.includes(mathConf[i].toString())) {
// If nothing else has handled it by now, try it as a roll // If nothing else has handled it by now, try it as a roll
const formattedRoll = formatRoll(mathConf[i].toString(), modifiers.maxRoll, modifiers.nominalRoll); const formattedRoll = formatRoll(mathConf[i].toString(), modifiers.maxRoll, modifiers.nominalRoll);