Skip to content

Commit

Permalink
Actually fix the doors
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Oct 5, 2023
1 parent cd7d5a5 commit e9173f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions open_samus_returns_rando/specific_patches/door_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ def _patch_one_way_doors(editor: PatcherEditor):
for door in doors:
properties = scenario.raw.actors[15][door]
properties.type = "doorpowerpower"
if door in {"Door008", "Door012"}:
properties.components[0]["arguments"][2]["value"] = True
properties.components[0]["arguments"][2]["value"] = False


def patch_doors(editor: PatcherEditor):
Expand Down

0 comments on commit e9173f7

Please sign in to comment.