tf2: Add TFCond_PowerupModeDominant (#1361)

* Add TFCond_PowerupMode_Dominant

* comma

* Consistency
This commit is contained in:
Mikusch 2020-10-03 02:33:57 +02:00 committed by GitHub
parent c38b392fdf
commit eef96da641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;