Skip to content

Commit

Permalink
TUNIC: Add alias for Ladders in Overworld Town ArchipelagoMW#3862
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright authored Aug 31, 2024
1 parent 456b4ad commit 34a3b5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worlds/tunic/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,10 @@ def get_item_group(item_name: str) -> str:
"Questagons": {"Red Questagon", "Green Questagon", "Blue Questagon", "Gold Questagon"},
"Ladder to Atoll": {"Ladder to Ruined Atoll"}, # fuzzy matching made it hint Ladders in Well, now it won't
"Ladders to Bell": {"Ladders to West Bell"},
"Ladders to Well": {"Ladders in Well"}, # fuzzy matching decided ladders in well was ladders to west bell
"Ladders to Well": {"Ladders in Well"}, # fuzzy matching decided Ladders in Well was Ladders to West Bell
"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
}

item_name_groups.update(extra_groups)

0 comments on commit 34a3b5f

Please sign in to comment.