mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-30 03:53:23 -07:00
Fix typo
This commit is contained in:
@@ -556,7 +556,7 @@ def pair_portals(world: "TunicWorld", regions: Dict[str, Region]) -> Dict[Portal
|
||||
elif portal.region != "Secret Gathering Place":
|
||||
continue
|
||||
# if they're not facing opposite directions, just continue
|
||||
if (entrance_layout == EntranceLayout.option_direction_pairs and not verify_direction_pair(portal, portal1):
|
||||
if entrance_layout == EntranceLayout.option_direction_pairs and not verify_direction_pair(portal, portal1):
|
||||
continue
|
||||
if not decoupled and entrance_layout == EntranceLayout.option_direction_pairs:
|
||||
should_continue = False
|
||||
|
||||
Reference in New Issue
Block a user