1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-04 19:47:54 -05:00
This commit is contained in:
Ean Milligan
2025-05-03 19:11:18 -04:00
parent 99c2d096f7
commit 4de1115fa9

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,