From f42a16643c9aebf9d4e23040e9e21ee9f5945fe7 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 3 Nov 2011 09:06:59 -0400 Subject: [PATCH] Added new TF2 deathflag and dmg custom defines (bug 5157, r=asherkin). --- plugins/include/tf2_stocks.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/include/tf2_stocks.inc b/plugins/include/tf2_stocks.inc index 81447f06..f0b490f1 100644 --- a/plugins/include/tf2_stocks.inc +++ b/plugins/include/tf2_stocks.inc @@ -78,6 +78,7 @@ #define TF_DEATHFLAG_DEADRINGER (1 << 5) #define TF_DEATHFLAG_INTERRUPTED (1 << 6) #define TF_DEATHFLAG_GIBBED (1 << 7) +#define TF_DEATHFLAG_PURGATORY (1 << 8) // Custom kill identifiers for the customkill property on the player_death event enum { @@ -130,6 +131,7 @@ enum { TF_CUSTOM_PLASMA_CHARGED, TF_CUSTOM_PLASMA_GIB, TF_CUSTOM_PRACTICE_STICKY, + TF_CUSTOM_EYEBALL_ROCKET, }; // Weapon codes as used in some events, such as player_death