14 lines
353 B
Ucode
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
|
|
}
|