From e9099384d15ae01c4f549739a047f45460c0e61e Mon Sep 17 00:00:00 2001 From: FlaminSarge Date: Thu, 14 Jul 2011 13:07:13 -0400 Subject: [PATCH] Added defines for more new TF2 conditions to tf2.inc (bug 5000, r=psychonic). --- plugins/include/tf2.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/include/tf2.inc b/plugins/include/tf2.inc index 0b20afadb..fa78883fd 100644 --- a/plugins/include/tf2.inc +++ b/plugins/include/tf2.inc @@ -109,7 +109,12 @@ enum TFCond TFCond_SpeedBuffAlly = 32, TFCond_HalloweenCritCandy, - TFCond_CritHype = 36 + TFCond_CritHype = 36, + TFCond_CritOnFirstBlood, + TFCond_CritOnWin, + TFCond_CritOnFlagCapture, + TFCond_CritOnKill, + TFCond_RestrictToMelee }; enum TFHoliday