Skip to content

Commit 1cef10b

Browse files
committed
Timespinner: hide it for now
1 parent c3070be commit 1cef10b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worlds/timespinner/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class TimespinnerWorld(World):
1313
game = "Timespinner"
1414
topology_present = True
1515
data_version = 1
16+
hidden = True
1617

1718
item_name_to_id = {name: data.code for name, data in item_table.items()}
1819
location_name_to_id = {location.name: location.code for location in get_locations(None, None)}

0 commit comments

Comments
 (0)