From e7f6a9908716eaf4bf6f696c7efca0eba433ab6d Mon Sep 17 00:00:00 2001 From: Ross Bemrose Date: Fri, 7 Nov 2014 11:16:26 -0500 Subject: [PATCH] New Halloween 2014 conditions. --- plugins/include/tf2.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/include/tf2.inc b/plugins/include/tf2.inc index 1aa0b126..6048a0cf 100644 --- a/plugins/include/tf2.inc +++ b/plugins/include/tf2.inc @@ -157,6 +157,13 @@ enum TFCond TFCond_DodgeChance = 79, TFCond_Parachute, TFCond_BlastJumping, + TFCond_HalloweenKart, + TFCond_HalloweenKartDash, + TFCond_HalloweenBigHeadLowGravity, + TFCond_HalloweenMiniMelee, + TFCond_HalloweenSwimming, + TFCond_HalloweenKartNoTurn, + TFCond_HalloweenKartCage, }; const Float:TFCondDuration_Infinite = -1.0;