Added defines for more new TF2 conditions to tf2.inc (bug 5000, r=psychonic).

This commit is contained in:
FlaminSarge 2011-07-14 12:53:05 -04:00
parent 746cd5f49c
commit a65239a8af

View File

@ -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