Skip to content

Commit

Permalink
Timespinner: hide it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Sep 24, 2021
1 parent c3070be commit 1cef10b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/timespinner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 1cef10b

Please sign in to comment.