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:
		| @@ -98,9 +98,12 @@ class LinksAwakeningWorld(World): | |||||||
|  |  | ||||||
|     # Items can be grouped using their names to allow easy checking if any item |     # 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 |     # from that group has been collected. Group names can also be used for !hint | ||||||
|     #item_name_groups = { |     item_name_groups = { | ||||||
|     #    "weapons": {"sword", "lance"} |         "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 |     prefill_dungeon_items = None | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ladybunne
					Ladybunne