From e95a41cf933946ff29d440a6e81bae314abfff96 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Mon, 10 Mar 2025 09:24:37 -0400 Subject: [PATCH] TUNIC: Add another alias for ladders #4714 --- worlds/tunic/items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/tunic/items.py b/worlds/tunic/items.py index 1898534c..a2b4140a 100644 --- a/worlds/tunic/items.py +++ b/worlds/tunic/items.py @@ -253,6 +253,7 @@ extra_groups: Dict[str, Set[str]] = { "Ladders in Atoll": {"Ladders in South Atoll"}, "Ladders in Ruined Atoll": {"Ladders in South Atoll"}, "Ladders in Town": {"Ladders in Overworld Town"}, # fuzzy matching decided this was Ladders in South Atoll + "Ladder in Quarry": {"Ladders in Lower Quarry"}, # fuzzy matching decided this was Ladder to Quarry } item_name_groups.update(extra_groups)