We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3070be commit 1cef10bCopy full SHA for 1cef10b
worlds/timespinner/__init__.py
@@ -13,6 +13,7 @@ class TimespinnerWorld(World):
13
game = "Timespinner"
14
topology_present = True
15
data_version = 1
16
+ hidden = True
17
18
item_name_to_id = {name: data.code for name, data in item_table.items()}
19
location_name_to_id = {location.name: location.code for location in get_locations(None, None)}
0 commit comments