Timespinner: hide it for now

This commit is contained in:
Fabian Dill 2021-09-25 01:13:42 +02:00
parent c3070be14a
commit 1cef10b309
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ class TimespinnerWorld(World):
game = "Timespinner"
topology_present = True
data_version = 1
hidden = True
item_name_to_id = {name: data.code for name, data in item_table.items()}
location_name_to_id = {location.name: location.code for location in get_locations(None, None)}