File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,7 +206,8 @@ enum TFCond
206206 TFCond_BurningPyro , //124: Dragon's Fury afterburn on Pyros
207207 TFCond_RocketPack , //125: Thermal Thruster launched effects, prevents reusing
208208 TFCond_LostFooting , //126: Less ground friction
209- TFCond_AirCurrent //127: Reduced air control and friction
209+ TFCond_AirCurrent , //127: Reduced air control and friction
210+ TFCond_HalloweenHellHeal // 128: Used when a player gets teleported to hell
210211};
211212
212213const float TFCondDuration_Infinite = - 1.0 ;
Original file line number Diff line number Diff line change @@ -166,7 +166,8 @@ enum {
166166 TF_CUSTOM_SLAP_KILL,
167167 TF_CUSTOM_CROC,
168168 TF_CUSTOM_TAUNTATK_GASBLAST,
169- TF_CUSTOM_AXTINGUISHER_BOOSTED
169+ TF_CUSTOM_AXTINGUISHER_BOOSTED,
170+ TF_CUSTOM_GENERIC_BOMB
170171};
171172
172173// Weapon codes as used in some events, such as player_death
You can’t perform that action at this time.
0 commit comments