Skip to content

Commit

Permalink
Fix One-Way Locked Doors with Beam Covers (#136)
Browse files Browse the repository at this point in the history
* Properly change temp locked one-way doors to be two-way

* Fix Wave Door below Wave Beam not being changed to two-way

* Actually fix the doors

* Fix one-way locked doors with beam covers
  • Loading branch information
dyceron authored Oct 8, 2023
1 parent 0181f18 commit 91b2d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_samus_returns_rando/specific_patches/door_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ def _patch_one_way_doors(editor: PatcherEditor):


def patch_doors(editor: PatcherEditor):
_patch_one_way_doors(editor)
_patch_missile_covers(editor)
_patch_beam_bmsads(editor)
_patch_beam_covers(editor)
_patch_charge_doors(editor)
_patch_one_way_doors(editor)

0 comments on commit 91b2d94

Please sign in to comment.