From eef96da641be20f7359cfd10749248d0df389a91 Mon Sep 17 00:00:00 2001 From: Mikusch Date: Sat, 3 Oct 2020 02:33:57 +0200 Subject: [PATCH] tf2: Add TFCond_PowerupModeDominant (#1361) * Add TFCond_PowerupMode_Dominant * comma * Consistency --- 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 5d8ea352..16c8bcbe 100644 --- a/plugins/include/tf2.inc +++ b/plugins/include/tf2.inc @@ -207,7 +207,8 @@ enum TFCond TFCond_RocketPack, //125: Thermal Thruster launched effects, prevents reusing 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_HalloweenHellHeal, // 128: Used when a player gets teleported to hell + TFCond_PowerupModeDominant // 129: Reduces effects of certain powerups }; const float TFCondDuration_Infinite = -1.0;