From 301ae447b458df1ca5f24dd40d16643b32bc6280 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 20 Aug 2011 13:25:07 -0400 Subject: [PATCH] Added more new TF2 weapon and custom damage defs (bug 5055, r=asherkin). --- plugins/include/tf2_stocks.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/include/tf2_stocks.inc b/plugins/include/tf2_stocks.inc index c59a8433..ae92662c 100644 --- a/plugins/include/tf2_stocks.inc +++ b/plugins/include/tf2_stocks.inc @@ -126,6 +126,9 @@ enum { TF_CUSTOM_AEGIS_ROUND, TF_CUSTOM_FLARE_EXPLOSION, TF_CUSTOM_BOOTS_STOMP, + TF_CUSTOM_PLASMA, + TF_CUSTOM_PLASMA_CHARGED, + TF_CUSTOM_PLASMA_GIB, }; // Weapon codes as used in some events, such as player_death @@ -209,6 +212,9 @@ enum { TF_WEAPON_HANDGUN_SCOUT_SEC, TF_WEAPON_SODA_POPPER, TF_WEAPON_SNIPERRIFLE_DECAP, + TF_WEAPON_RAYGUN, + TF_WEAPON_PARTICLE_CANNON, + TF_WEAPON_MECHANICAL_ARM, }; // TF2 Weapon Slots for GetPlayerWeaponSlot