We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dea3ef7 + 06d327e commit b364bf8Copy full SHA for b364bf8
1 file changed
plugins/include/tf2.inc
@@ -206,7 +206,8 @@ enum TFCond
206
TFCond_BurningPyro, //124: Dragon's Fury afterburn on Pyros
207
TFCond_RocketPack, //125: Thermal Thruster launched effects, prevents reusing
208
TFCond_LostFooting, //126: Less ground friction
209
- TFCond_AirCurrent //127: Reduced air control and friction
+ TFCond_AirCurrent, //127: Reduced air control and friction
210
+ TFCond_HalloweenHellHeal // 128: Used when a player gets teleported to hell
211
};
212
213
const float TFCondDuration_Infinite = -1.0;
0 commit comments