diff --git a/Utils/PlayerStats.cs b/Utils/PlayerStats.cs index 5c46889..32038c7 100644 --- a/Utils/PlayerStats.cs +++ b/Utils/PlayerStats.cs @@ -40,6 +40,7 @@ public partial class PlayerStats : CharacterStats _xpDecayTimer = new Timer(); _xpDecayTimer.Timeout += () => _shouldDecayXP = true; + _xpDecayTimer.OneShot = true; _xpDecayTimer.Stop(); AddChild(_xpDecayTimer);