trigger_hurt Damage Type for Hell/Underworld

jnts

L1: Registered
Nov 6, 2018
5
1
I am making a tf2 map that features an underworld (it isn't technically a halloween map, it's just a weird gag). Is there a damage type I can use for a trigger_hurt entity to get the right kill icon when this damage kills the player? Like the kill icon on viaduct event when you stay in the underworld for too long, or is there another entity I'm not aware of?
 

jnts

L1: Registered
Nov 6, 2018
5
1
I had a poke around in the decompiled map and apparently it's "bullet"
Solved: trigger_hurts, no matter what damage type, will use this kill icon if the victim has player condition 108 (TF_COND_PURGATORY). This is applied with a trigger_add_tf_player_condition with condition TF_COND_PURGATORY and duration -1.
 
Solution