From 977848f4b5ae02d2bbbf61746dd3b140a5d24333 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Thu, 8 Aug 2024 14:48:05 -0400 Subject: [PATCH] Fix typo --- worlds/tunic/er_scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/tunic/er_scripts.py b/worlds/tunic/er_scripts.py index bfd8baedc7..2758a33165 100644 --- a/worlds/tunic/er_scripts.py +++ b/worlds/tunic/er_scripts.py @@ -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