We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dafe04 commit 531b053Copy full SHA for 531b053
plugins/include/tf2.inc
@@ -208,7 +208,8 @@ enum TFCond
208
TFCond_LostFooting, //126: Less ground friction
209
TFCond_AirCurrent, //127: Reduced air control and friction
210
TFCond_HalloweenHellHeal, // 128: Used when a player gets teleported to hell
211
- TFCond_PowerupModeDominant // 129: Reduces effects of certain powerups
+ TFCond_PowerupModeDominant, // 129: Reduces effects of certain powerups
212
+ TFCond_ImmuneToPushback // 130: Player is immune to pushback effects
213
};
214
215
const float TFCondDuration_Infinite = -1.0;
0 commit comments