Skip to content

Commit

Permalink
Merge pull request #5 from ANXvariable/patch-1
Browse files Browse the repository at this point in the history
yeah this seems fine
  • Loading branch information
Ehseezed authored Oct 28, 2023
2 parents 8f117f5 + 3ee21ef commit deac1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/AM2R/regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def create_regions_and_locations(world: MultiWorld, player: int):
connect(world, player, "Main Caves", "Hydro Station"),
connect(world, player, "Hydro Station", "Main Caves"),

connect(world, player, "Main Caves", "Mines"),
connect(world, player, "Main Caves", "Mines", lambda state: state.has("Super Missile", player)),
connect(world, player, "Mines", "Main Caves"),

connect(world, player, "Main Caves", "Industrial Complex Nest"),
Expand Down

0 comments on commit deac1ff

Please sign in to comment.