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

14 lines
273 B
Ucode

class Crushed extends DamageType
abstract;
defaultproperties
{
DeathString="%o was crushed by %k."
MaleSuicide="%o was crushed."
FemaleSuicide="%o was crushed."
bAlwaysGibs=true
GibPerterbation=1.0
bLocationalHit=false
bArmorStops=false
}