tf2: Add TFCond_PowerupModeDominant (#1361)

* Add TFCond_PowerupMode_Dominant

* comma

* Consistency
This commit is contained in:
Mikusch
2020-10-02 17:33:57 -07:00
committed by GitHub
parent c38b392fdf
commit eef96da641
+2 -1
View File
@@ -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;