Update NPCAddBuff to include Sparkle Slime debuff

It's a new cosmetic debuff added in 1.4, like Wet and Slimed that can be applied to Town NPCs. Wiki: https://terraria.gamepedia.com/Sparkle_Slime_Balloon
This commit is contained in:
moisterrific 2020-05-26 13:45:31 -04:00 committed by GitHub
parent 5a4526b10a
commit 0d2b591760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1537,7 +1537,7 @@ namespace TShockAPI
if (npc.townNPC && npc.netID != NPCID.Guide && npc.netID != NPCID.Clothier)
{
if (type != BuffID.Lovestruck && type != BuffID.Stinky && type != BuffID.DryadsWard &&
type != BuffID.Wet && type != BuffID.Slimed)
type != BuffID.Wet && type != BuffID.Slimed && type != BuffID.GelBalloonBuff)
{
detectedNPCBuffTimeCheat = true;
}