Merge pull request #1102 from nosoop/sf11

TF2: Add new condition from Scream Fortress XI
This commit is contained in:
Nicholas Hastings 2020-06-29 09:01:59 -04:00 committed by GitHub
commit b364bf8b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,8 @@ enum TFCond
TFCond_BurningPyro, //124: Dragon's Fury afterburn on Pyros TFCond_BurningPyro, //124: Dragon's Fury afterburn on Pyros
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
}; };
const float TFCondDuration_Infinite = -1.0; const float TFCondDuration_Infinite = -1.0;