AutoWorld: automate item_names and location_names

This commit is contained in:
Fabian Dill
2021-07-29 20:27:41 +02:00
parent 4dde466364
commit e098b3c504
6 changed files with 16 additions and 19 deletions
-3
View File
@@ -14,9 +14,6 @@ class OriBlindForest(World):
topology_present = True
item_names = frozenset(item_table)
location_names = frozenset(lookup_name_to_id)
item_name_to_id = item_table
location_name_to_id = lookup_name_to_id