mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
AutoWorld: automate item_names and location_names
This commit is contained in:
@@ -16,8 +16,6 @@ from ..AutoWorld import World
|
||||
|
||||
class SubnauticaWorld(World):
|
||||
game: str = "Subnautica"
|
||||
item_names: Set[str] = frozenset(items_lookup_name_to_id)
|
||||
location_names: Set[str] = frozenset(locations_lookup_name_to_id)
|
||||
|
||||
item_name_to_id = items_lookup_name_to_id
|
||||
location_name_to_id = locations_lookup_name_to_id
|
||||
|
Reference in New Issue
Block a user