From 563d3daa0079424b66763876351ce7059540c8d1 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Fri, 30 Aug 2024 22:03:35 -0400 Subject: [PATCH] Fix issues after merge --- worlds/tunic/er_scripts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/worlds/tunic/er_scripts.py b/worlds/tunic/er_scripts.py index 2f1ef7f470..e50dbc23e3 100644 --- a/worlds/tunic/er_scripts.py +++ b/worlds/tunic/er_scripts.py @@ -807,7 +807,6 @@ def sort_portals(portal_pairs: Dict[Portal, Portal], world: "TunicWorld") -> Dic largest_shop_number = max(world.used_shop_numbers) reference_list.extend([f"Shop Portal {i + 1}" for i in range(largest_shop_number)]) - for name in reference_list: for portal1, portal2 in portal_pairs.items(): if name == portal1.name: