Skip to content

Commit

Permalink
Fix one-way locked doors with beam covers
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Oct 7, 2023
1 parent 32bafcb commit 50542d8
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 50542d8

Please sign in to comment.