Added new TF2 condition defines (bug 4834, r=fyren).

This commit is contained in:
Nicholas Hastings
2011-03-13 14:03:26 -04:00
parent e16efbf58b
commit b6415818f6
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -101,7 +101,9 @@ enum TFCond
TFCond_Jarated,
TFCond_Bleeding,
TFCond_DefenseBuffed,
TFCond_Milked
TFCond_Milked,
TFCond_RegenBuffed,
TFCond_MarkedForDeath
};
enum TFHoliday
+2
View File
@@ -66,6 +66,8 @@
#define TF_CONDFLAG_BLEEDING (1 << 25)
#define TF_CONDFLAG_DEFENSEBUFFED (1 << 26)
#define TF_CONDFLAG_MILKED (1 << 27)
#define TF_CONDFLAG_REGENBUFFED (1 << 28)
#define TF_CONDFLAG_MARKEDFORDEATH (1 << 29)
#define TF_DEATHFLAG_KILLERDOMINATION (1 << 0)
#define TF_DEATHFLAG_ASSISTERDOMINATION (1 << 1)