Additional corpse hitbox features (zapping loop, land thumps, fall damage, etc.)

Corpse hitboxes and UT gibbing are enabled unconditionally for players.
Added enter/exit sounds for swimming.
This commit is contained in:
Marisa the Magician 2019-07-22 15:21:57 +02:00
commit 99edae06b9
6 changed files with 61 additions and 20 deletions

View file

@ -142,13 +142,6 @@ Class Razor2 : Actor
}
Goto Spawn;
Death:
TNT1 A 0
{
angle += 180;
pitch *= -1;
A_RazorHit();
}
XDeath:
TNT1 A 1 A_StopSound(CHAN_VOICE);
Stop;
}