From 0775976165949c5f34b78972d1e11a5f71571394 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 29 Oct 2013 20:08:18 -0400 Subject: [PATCH] Updated TF2 enums. --- plugins/include/tf2.inc | 11 +++++++++++ plugins/include/tf2_stocks.inc | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/plugins/include/tf2.inc b/plugins/include/tf2.inc index 2c0c7578..62cc4e7c 100644 --- a/plugins/include/tf2.inc +++ b/plugins/include/tf2.inc @@ -139,6 +139,17 @@ enum TFCond TFCond_SmallBulletResist, TFCond_SmallBlastResist, TFCond_SmallFireResist, + TFCond_Stealthed, // 64 + + TFCond_StealthedUserBuffFade = 66, + + TFCond_MVMBotRadiowave = 71, + TFCond_HalloweenSpeedBoost, + TFCond_HalloweenQuickHeal, + TFCond_HalloweenGiant, + TFCond_HalloweenTiny, // 75 + + TFCond_HalloweenGhostMode = 77, }; enum TFHoliday diff --git a/plugins/include/tf2_stocks.inc b/plugins/include/tf2_stocks.inc index d86c2696..e8b09d2c 100644 --- a/plugins/include/tf2_stocks.inc +++ b/plugins/include/tf2_stocks.inc @@ -240,6 +240,13 @@ enum { TF_WEAPON_GRENADE_STICKY_BALL, TF_WEAPON_SHOTGUN_BUILDING_RESCUE, TF_WEAPON_CANNON, + TF_WEAPON_THROWABLE, + TF_WEAPON_GRENADE_THROWABLE, + TF_WEAPON_PDA_SPY_BUILD, + TF_WEAPON_GRENADE_WATERBALLOON, + TF_WEAPON_HARVESTER_SAW, + TF_WEAPON_SPELLBOOK, + TF_WEAPON_SPELLBOOK_PROJECTILE, }; // TF2 Weapon Loadout Slots