From 531b0530969236d888938c9f41746a4ef7f47788 Mon Sep 17 00:00:00 2001 From: Mikusch Date: Wed, 26 Jul 2023 04:10:08 +0200 Subject: [PATCH] TF2: Add TFCond_ImmuneToPushback condition (#2023) --- plugins/include/tf2.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/include/tf2.inc b/plugins/include/tf2.inc index 16c8bcbe5a..d05e1dc68b 100644 --- a/plugins/include/tf2.inc +++ b/plugins/include/tf2.inc @@ -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;