diff --git a/scripts/dnd5e-character-monitor.js b/scripts/dnd5e-character-monitor.js index 8d758f3..6d51c12 100644 --- a/scripts/dnd5e-character-monitor.js +++ b/scripts/dnd5e-character-monitor.js @@ -496,7 +496,7 @@ class CharacterMonitor { const oldValue = actor.system.currency[currency]; // Ignore any updates that attempt to change values between zero <--> null.; - if (newValue === null) continue; + if (newValue === null || newValue == oldValue) continue; hbsData.currency = { label: currency,