Skip to content

Commit b364bf8

Browse files
authored
Merge pull request #1102 from nosoop/sf11
TF2: Add new condition from Scream Fortress XI
2 parents dea3ef7 + 06d327e commit b364bf8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/include/tf2.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ enum TFCond
206206
TFCond_BurningPyro, //124: Dragon's Fury afterburn on Pyros
207207
TFCond_RocketPack, //125: Thermal Thruster launched effects, prevents reusing
208208
TFCond_LostFooting, //126: Less ground friction
209-
TFCond_AirCurrent //127: Reduced air control and friction
209+
TFCond_AirCurrent, //127: Reduced air control and friction
210+
TFCond_HalloweenHellHeal // 128: Used when a player gets teleported to hell
210211
};
211212

212213
const float TFCondDuration_Infinite = -1.0;

0 commit comments

Comments
 (0)