Skip to content

Commit

Permalink
Fix for initial fudge definition not rendering in dialog #26
Browse files Browse the repository at this point in the history
  • Loading branch information
UranusBytes committed Aug 17, 2022
1 parent d9c30cc commit 5671816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/classes/DieHardFudgeDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export default class DieHardFudgeDialog extends FormApplication {
}

dieHardLog(false, 'DieHardFudgeDialog : Set Fudge', whoFudges);
who.setFlag('foundry-die-hard', 'fudges', whoFudges);
await who.setFlag('foundry-die-hard', 'fudges', whoFudges);
this.pendingHowOperator = null;
this.pendingHowOperatorValue = null;
}
Expand Down

0 comments on commit 5671816

Please sign in to comment.