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:
parent
5a4526b10a
commit
0d2b591760
1 changed files with 1 additions and 1 deletions
|
|
@ -1537,7 +1537,7 @@ namespace TShockAPI
|
||||||
if (npc.townNPC && npc.netID != NPCID.Guide && npc.netID != NPCID.Clothier)
|
if (npc.townNPC && npc.netID != NPCID.Guide && npc.netID != NPCID.Clothier)
|
||||||
{
|
{
|
||||||
if (type != BuffID.Lovestruck && type != BuffID.Stinky && type != BuffID.DryadsWard &&
|
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;
|
detectedNPCBuffTimeCheat = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue