Allow Blood Butcherer and Shimmer buffs to be applied to NPCs by players

This commit is contained in:
James Puleo 2022-10-07 18:24:06 -04:00
parent 0c37b0fed3
commit c1edbea1a2
No known key found for this signature in database
GPG key ID: 3E16C7EFA34FB15D

View file

@ -1739,7 +1739,8 @@ 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.GelBalloonBuff && type != BuffID.Frostburn2)
type != BuffID.Wet && type != BuffID.Slimed && type != BuffID.GelBalloonBuff && type != BuffID.Frostburn2 &&
type != BuffID.Shimmer)
{
detectedNPCBuffTimeCheat = true;
}
@ -2529,7 +2530,9 @@ namespace TShockAPI
{ BuffID.OnFire3, 360 }, // BuffID: 323
{ BuffID.Frostburn2, 900 }, // BuffID: 324
{ BuffID.BoneWhipNPCDebuff, 240 }, // BuffID: 326
{ BuffID.TentacleSpike, 540 } // BuffID: 337
{ BuffID.TentacleSpike, 540 }, // BuffID: 337
{ BuffID.BloodButcherer, 540 }, // BuffID: 344
{ BuffID.Shimmer, 100 }, // BuffID: 353
};
/// <summary>