16 lines
310 B
Ucode
16 lines
310 B
Ucode
class FellLava extends Fell
|
|
abstract;
|
|
|
|
defaultproperties
|
|
{
|
|
DeathString="%k made %o take a deadly swim."
|
|
MaleSuicide="%o crashed and burned"
|
|
FemaleSuicide="%o crashed and burned"
|
|
|
|
bSkeletize=true
|
|
GibPerterbation=0.5
|
|
GibModifier=2.0
|
|
bLocationalHit=false
|
|
bCausedByWorld=true
|
|
}
|