Skip to content

Commit

Permalink
TF2: Add TFCond_ImmuneToPushback condition (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Jul 26, 2023
1 parent 0dafe04 commit 531b053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/include/tf2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ enum TFCond
TFCond_LostFooting, //126: Less ground friction
TFCond_AirCurrent, //127: Reduced air control and friction
TFCond_HalloweenHellHeal, // 128: Used when a player gets teleported to hell
TFCond_PowerupModeDominant // 129: Reduces effects of certain powerups
TFCond_PowerupModeDominant, // 129: Reduces effects of certain powerups
TFCond_ImmuneToPushback // 130: Player is immune to pushback effects
};

const float TFCondDuration_Infinite = -1.0;
Expand Down

0 comments on commit 531b053

Please sign in to comment.