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)