Beta stage entered. Ynykron Altfire finalized.

This commit is contained in:
Mari the Deer 2020-09-15 19:15:43 +02:00
commit 6cd065cf7c
44 changed files with 577 additions and 24 deletions

View file

@ -1077,6 +1077,9 @@ Class SWWMHandler : EventHandler
CopyFloatBob(e.Thing);
if ( swwm_doomfall && e.Thing.bISMONSTER && !level.monsterfallingdamage )
ForcedFallerDamager.TrackBody(e.Thing);
// alternate form without extra thinker, just needs PR #1153
//if ( swwm_doomfall && e.Thing.bISMONSTER )
// e.Thing.bFALLDAMAGE = true;
if ( e.Thing is 'Key' )
{
DoKeyTagFix(e.Thing);