From 0f3f5d865250ea6d3d5ba88ace49b9a454044763 Mon Sep 17 00:00:00 2001 From: James Puleo Date: Fri, 14 Oct 2022 12:09:38 -0400 Subject: [PATCH] Allow the Cool Whip to apply `CoolWhipNPCDebuff` buff for `240` ticks --- TShockAPI/Bouncer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 8b46d17d..0ad2ba35 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -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 };