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

19 lines
340 B
Ucode

class Fell extends DamageType
abstract;
defaultproperties
{
DeathString="%k pushed %o over the edge."
MaleSuicide="%o left a small crater"
FemaleSuicide="%o left a small crater"
GibPerterbation=0.5
GibModifier=2.0
bLocationalHit=false
bCausedByWorld=true
// ifdef _KF_
bArmorStops=false
// endif
}