Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
Closes #249. Label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trioderegion committed Mar 9, 2022
1 parent f790002 commit 6e5485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/modules/DnDWildMagic.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class DnDWildMagic {
await DnDWildMagic._showResult({
action : surge_die_result <= target ? MODULE.localize("DND5EH.WildMagicConsoleSurgesSurge") : MODULE.localize("DND5EH.WildMagicConsoleSurgesCalm"),
level,
resultText : `( [[/r ${surge_die_result} #${surge_die}${(MODULE.setting("wmOptions") === 3 && DnDWildMagic._isTidesSpent(actor)) ? `+${bonus_die}` : ""} result]] )`
resultText : `( [[/r ${surge_die_result} #${surge_die}${(MODULE.setting("wmOptions") === 3 && DnDWildMagic._isTidesSpent(actor)) ? `-${bonus_die}` : ""} result]] )`
});

if(surge_die_result <= target){
Expand Down

0 comments on commit 6e5485b

Please sign in to comment.