From 2440e044b1c468ce416d9c51d3cacac05b7e2a76 Mon Sep 17 00:00:00 2001 From: Tyson Strange Date: Sun, 3 Feb 2019 15:55:19 +1000 Subject: [PATCH] Added confused debuff for Brain of Confusion --- TShockAPI/Bouncer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index f4ee7d5f..9e3f62d7 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -1869,7 +1869,8 @@ namespace TShockAPI { BuffID.DryadsWardDebuff, 120 }, { BuffID.Daybreak, 300 }, { BuffID.BetsysCurse, 600 }, - { BuffID.Oiled, 540 } + { BuffID.Oiled, 540 }, + { BuffID.Confused, 360 }, }; ///