Skip to content

Commit 2e28b03

Browse files
committed
Add new condition and custom damage type from Scream Fortress XI
1 parent 024ae2b commit 2e28b03

2 files changed

Lines changed: 4 additions & 2 deletions

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;

plugins/include/tf2_stocks.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ enum {
166166
TF_CUSTOM_SLAP_KILL,
167167
TF_CUSTOM_CROC,
168168
TF_CUSTOM_TAUNTATK_GASBLAST,
169-
TF_CUSTOM_AXTINGUISHER_BOOSTED
169+
TF_CUSTOM_AXTINGUISHER_BOOSTED,
170+
TF_CUSTOM_GENERIC_BOMB
170171
};
171172

172173
// Weapon codes as used in some events, such as player_death

0 commit comments

Comments
 (0)