rott/kf_sources/KFMod/Classes/SirenScreamDamage.uc
2026-07-14 20:27:09 +07:00

14 lines
353 B
Ucode

// for the Purposes of Gibbing and various nasty shit.
class SirenScreamDamage extends DamTypeZombieAttack;
defaultproperties
{
DeathString="%o had their ears busted by %k."
FemaleSuicide="%o's ears popped."
MaleSuicide="%o's ears popped."
bArmorStops = false
bCheckForHeadShots=false
bLocationalHit=false
}