From 7300f64a77fe326d0e745fab4dda142c63fc6a10 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Mon, 15 Jul 2024 14:07:38 -0400 Subject: [PATCH] Fix secret gathering place issue --- worlds/tunic/er_scripts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/tunic/er_scripts.py b/worlds/tunic/er_scripts.py index a9ad21ac2c..81a2cc3505 100644 --- a/worlds/tunic/er_scripts.py +++ b/worlds/tunic/er_scripts.py @@ -426,6 +426,7 @@ def pair_portals(world: "TunicWorld", regions: Dict[str, Region]) -> Dict[Portal cr.add(portal.region) if "Secret Gathering Place" not in update_reachable_regions(cr, traversal_reqs, has_laurels, logic_tricks): continue + # if not waterfall_plando, then we just want to pair secret gathering place now elif portal.region != "Secret Gathering Place": continue portal2 = portal