diff --git a/plugins/include/tf2.inc b/plugins/include/tf2.inc index 5d8ea3522..16c8bcbe5 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;