tf2: Add TFCond_PowerupModeDominant (#1361)
* Add TFCond_PowerupMode_Dominant * comma * Consistency
This commit is contained in:
parent
c38b392fdf
commit
eef96da641
@ -207,7 +207,8 @@ enum TFCond
|
|||||||
TFCond_RocketPack, //125: Thermal Thruster launched effects, prevents reusing
|
TFCond_RocketPack, //125: Thermal Thruster launched effects, prevents reusing
|
||||||
TFCond_LostFooting, //126: Less ground friction
|
TFCond_LostFooting, //126: Less ground friction
|
||||||
TFCond_AirCurrent, //127: Reduced air control and 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;
|
const float TFCondDuration_Infinite = -1.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user