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

14 lines
332 B
Ucode

class Gibbed extends DamageType
abstract;
defaultproperties
{
DeathString="%o exploded in a shower of body parts"
MaleSuicide="%o exploded in a shower of body parts"
FemaleSuicide="%o exploded in a shower of body parts"
bAlwaysGibs=true
GibPerterbation=1.0
bLocationalHit=false
bArmorStops=false
}