Beta stage entered. Ynykron Altfire finalized.
This commit is contained in:
parent
5fc9041fc4
commit
6cd065cf7c
44 changed files with 577 additions and 24 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue