LADX: Add an item group for instruments (#3666)
* Add an item group for LADX instruments * Update worlds/ladx/__init__.py Co-authored-by: Scipio Wright <scipiowright@gmail.com> * Fix indent depth --------- Co-authored-by: Scipio Wright <scipiowright@gmail.com> Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com>
This commit is contained in:
parent
8756f48e46
commit
1852287c91
|
@ -98,9 +98,12 @@ class LinksAwakeningWorld(World):
|
|||
|
||||
# Items can be grouped using their names to allow easy checking if any item
|
||||
# from that group has been collected. Group names can also be used for !hint
|
||||
#item_name_groups = {
|
||||
# "weapons": {"sword", "lance"}
|
||||
#}
|
||||
item_name_groups = {
|
||||
"Instruments": {
|
||||
"Full Moon Cello", "Conch Horn", "Sea Lily's Bell", "Surf Harp",
|
||||
"Wind Marimba", "Coral Triangle", "Organ of Evening Calm", "Thunder Drum"
|
||||
},
|
||||
}
|
||||
|
||||
prefill_dungeon_items = None
|
||||
|
||||
|
|
Loading…
Reference in New Issue