Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehseezed committed Oct 28, 2023
2 parents c37b46b + deac1ff commit 76dbacf
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 76dbacf

Please sign in to comment.