12 lines
295 B
Ucode
12 lines
295 B
Ucode
class SirenScreamDamageOS extends DamTypeZombieAttack;
|
|
|
|
defaultproperties
|
|
{
|
|
bCheckForHeadShots=False
|
|
DeathString="%o had their ears busted by %k."
|
|
FemaleSuicide="%o's ears popped."
|
|
MaleSuicide="%o's ears popped."
|
|
bArmorStops=False
|
|
bLocationalHit=False
|
|
}
|