diff --git a/Content/Buffs/HotspringHeal.cs b/Content/Buffs/HotspringHeal.cs index 605c75cdd..4614a463a 100644 --- a/Content/Buffs/HotspringHeal.cs +++ b/Content/Buffs/HotspringHeal.cs @@ -13,6 +13,7 @@ public override void SetStaticDefaults() DisplayName.SetDefault("Refreshing Dip"); Description.SetDefault("The hot springs restore your body and mind"); Main.debuff[Type] = true; + BuffID.Sets.NurseCannotRemoveDebuff[Type] = true; } public override void Update(Player Player, ref int buffIndex)