Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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