Skip to content

Commit

Permalink
Made nurse unable to remove Refreshing Dip
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestorboy committed Sep 30, 2024
1 parent 2b37763 commit b490b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content/Buffs/HotspringHeal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b490b91

Please sign in to comment.