Update TF2 enums for Love & War

This commit is contained in:
FlaminSarge 2014-08-21 23:14:14 -07:00
parent 3e1495d692
commit c70543839f
2 changed files with 5 additions and 0 deletions

View File

@ -153,6 +153,10 @@ enum TFCond
TFCond_HalloweenTiny, TFCond_HalloweenTiny,
TFCond_HalloweenInHell, TFCond_HalloweenInHell,
TFCond_HalloweenGhostMode, TFCond_HalloweenGhostMode,
TFCond_DodgeChance = 79,
TFCond_Parachute,
TFCond_BlastJumping,
}; };
const Float:TFCondDuration_Infinite = -1.0; const Float:TFCondDuration_Infinite = -1.0;

View File

@ -249,6 +249,7 @@ enum {
TF_WEAPON_SPELLBOOK, TF_WEAPON_SPELLBOOK,
TF_WEAPON_SPELLBOOK_PROJECTILE, TF_WEAPON_SPELLBOOK_PROJECTILE,
TF_WEAPON_SNIPERRIFLE_CLASSIC, TF_WEAPON_SNIPERRIFLE_CLASSIC,
TF_WEAPON_PARACHUTE,
}; };
// TF2 Weapon Loadout Slots // TF2 Weapon Loadout Slots