From ffe50ed9f19d02ca6778c4f37acf93ee06c5fe94 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 28 Jun 2012 11:27:31 -0400 Subject: [PATCH] Added new TF2 weapon and custom dmg defines. --- 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 b7690e56..d6ecddaf 100644 --- a/plugins/include/tf2_stocks.inc +++ b/plugins/include/tf2_stocks.inc @@ -132,6 +132,7 @@ enum { TF_CUSTOM_PLASMA_GIB, TF_CUSTOM_PRACTICE_STICKY, TF_CUSTOM_EYEBALL_ROCKET, + TF_CUSTOM_HEADSHOT_DECAPITATION, }; // Weapon codes as used in some events, such as player_death @@ -222,6 +223,7 @@ enum { TF_WEAPON_BAT_GIFTWRAP, TF_WEAPON_GRENADE_ORNAMENT, TF_WEAPON_RAYGUN_REVENGE, + TF_WEAPON_PEP_BRAWLER_BLASTER, }; // TF2 Weapon Slots for GetPlayerWeaponSlot