mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-04 19:47:54 -05:00
add type
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user