mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
TUNIC: Add another alias for ladders #4714
This commit is contained in:
@@ -253,6 +253,7 @@ extra_groups: Dict[str, Set[str]] = {
|
|||||||
"Ladders in Atoll": {"Ladders in South Atoll"},
|
"Ladders in Atoll": {"Ladders in South Atoll"},
|
||||||
"Ladders in Ruined 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
|
"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)
|
item_name_groups.update(extra_groups)
|
||||||
|
Reference in New Issue
Block a user