This commit is contained in:
Ean Milligan 2025-05-03 19:11:18 -04:00
parent 99c2d096f7
commit 4de1115fa9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export const executeRoll = (rollStr: string, modifiers: RollModifiers): RollSet[
const rollConf = getRollConf(rollStr);
// Roll the roll
const rollSet = [];
const rollSet: RollSet[] = [];
/* Roll will contain objects of the following format:
* {
* origIdx: 0,