Add new condition and custom damage type from Scream Fortress XI
This commit is contained in:
parent
024ae2b9ed
commit
2e28b036f8
@ -206,7 +206,8 @@ enum TFCond
|
||||
TFCond_BurningPyro, //124: Dragon's Fury afterburn on Pyros
|
||||
TFCond_RocketPack, //125: Thermal Thruster launched effects, prevents reusing
|
||||
TFCond_LostFooting, //126: Less ground friction
|
||||
TFCond_AirCurrent //127: Reduced air control and friction
|
||||
TFCond_AirCurrent, //127: Reduced air control and friction
|
||||
TFCond_HalloweenHellHeal // 128: Used when a player gets teleported to hell
|
||||
};
|
||||
|
||||
const float TFCondDuration_Infinite = -1.0;
|
||||
|
@ -166,7 +166,8 @@ enum {
|
||||
TF_CUSTOM_SLAP_KILL,
|
||||
TF_CUSTOM_CROC,
|
||||
TF_CUSTOM_TAUNTATK_GASBLAST,
|
||||
TF_CUSTOM_AXTINGUISHER_BOOSTED
|
||||
TF_CUSTOM_AXTINGUISHER_BOOSTED,
|
||||
TF_CUSTOM_GENERIC_BOMB
|
||||
};
|
||||
|
||||
// Weapon codes as used in some events, such as player_death
|
||||
|
Loading…
Reference in New Issue
Block a user