Allow the Cool Whip to apply CoolWhipNPCDebuff buff for 240 ticks

This commit is contained in:
James Puleo 2022-10-14 12:09:38 -04:00
parent 4618353f06
commit 0f3f5d8652
No known key found for this signature in database
GPG key ID: 3E16C7EFA34FB15D

View file

@ -2531,6 +2531,7 @@ namespace TShockAPI
{ BuffID.Frostburn2, 900 }, // BuffID: 324
{ BuffID.BoneWhipNPCDebuff, 240 }, // BuffID: 326
{ BuffID.TentacleSpike, 540 }, // BuffID: 337
{ BuffID.CoolWhipNPCDebuff, 240 }, // BuffID: 340
{ BuffID.BloodButcherer, 540 }, // BuffID: 344
{ BuffID.Shimmer, 100 }, // BuffID: 353
};