Skip to content

Commit

Permalink
fix: Change 'other modifiers' to a text field to avoid invisible text.
Browse files Browse the repository at this point in the history
And, in this commit, wonder why it builds locally without this change?
  • Loading branch information
xdy committed Nov 8, 2020
1 parent 2002cc2 commit a901dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/utils/TwodsixRolls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export class TwodsixRolls {
roll.roll();

//Handle special results
const diceValues = roll.dice[0]['results'];
const diceValues:number[] = roll.dice[0]['results'];
let effect:number;
if (showEffect) {
effect = roll.total;
Expand Down

0 comments on commit a901dc4

Please sign in to comment.