File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Core/World/Entities/Definition/States Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3367,7 +3367,7 @@ private static void A_JumpIfFlagsSet(Entity entity)
33673367
33683368 if ( flags != 0 && ! DehackedApplier . CheckEntityFlags ( entity , flags ) )
33693369 return ;
3370- if ( flags2 != 0 && ! DehackedApplier . CheckEntityFlagsMbf21 ( entity , flags ) )
3370+ if ( flags2 != 0 && ! DehackedApplier . CheckEntityFlagsMbf21 ( entity , flags2 ) )
33713371 return ;
33723372
33733373 var entityFrameTable = WorldStatic . World . ArchiveCollection . Definitions . EntityFrameTable ;
Original file line number Diff line number Diff line change 1313- Fix crash that can happen with hud string rendering.
1414- Fix boom teleport line specials to match boom behavior for non-players. Fixes Remanence MAP01 cyber platforms not lowering.
1515- Fix boom generalized sector damage not working.
16+ - Fix A_JumpIfFlagsSet always evaluating to true if Args3 is set for MBF21 flags.
1617
1718## Misc:
1819- Add compatibility for Eviternity II Annihilate Me skill level to swap incorrect usage of SpawnMulti to SpawnMultiCoopOnly.
You can’t perform that action at this time.
0 commit comments