From f55bc6719de9af3fc8c5b0f7f9eb4b77472aebbd Mon Sep 17 00:00:00 2001 From: Ross Bemrose Date: Mon, 10 Nov 2014 14:44:26 -0500 Subject: [PATCH] Add condition 87 back. --- plugins/include/tf2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/tf2.inc b/plugins/include/tf2.inc index 82268173..6f9ba37e 100644 --- a/plugins/include/tf2.inc +++ b/plugins/include/tf2.inc @@ -162,8 +162,8 @@ enum TFCond TFCond_BalloonHead, TFCond_MeleeOnly, TFCond_SwimmingCurse, - - TFCond_HalloweenKartCage = 88, + TFCond_HalloweenKartNoTurn, + TFCond_HalloweenKartCage, }; const Float:TFCondDuration_Infinite = -1.0;