Skip to content

Commit 531b053

Browse files
authored
TF2: Add TFCond_ImmuneToPushback condition (#2023)
1 parent 0dafe04 commit 531b053

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/include/tf2.inc

+2-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ enum TFCond
208208
TFCond_LostFooting, //126: Less ground friction
209209
TFCond_AirCurrent, //127: Reduced air control and friction
210210
TFCond_HalloweenHellHeal, // 128: Used when a player gets teleported to hell
211-
TFCond_PowerupModeDominant // 129: Reduces effects of certain powerups
211+
TFCond_PowerupModeDominant, // 129: Reduces effects of certain powerups
212+
TFCond_ImmuneToPushback // 130: Player is immune to pushback effects
212213
};
213214

214215
const float TFCondDuration_Infinite = -1.0;

0 commit comments

Comments
 (0)