This commit is contained in:
Scipio Wright
2024-08-08 14:48:05 -04:00
committed by GitHub
parent 90259e8134
commit 977848f4b5

View File

@@ -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