forked from mirror/Archipelago
Timespinner: Exclude Removed Location from Web Tracker (#5701)
This commit is contained in:
@@ -959,7 +959,7 @@ if "Timespinner" in network_data_package["games"]:
|
|||||||
|
|
||||||
timespinner_location_ids = {
|
timespinner_location_ids = {
|
||||||
"Present": list(range(1337000, 1337085)),
|
"Present": list(range(1337000, 1337085)),
|
||||||
"Past": list(range(1337086, 1337175)),
|
"Past": list(range(1337086, 1337157)) + list(range(1337159, 1337175)),
|
||||||
"Ancient Pyramid": [
|
"Ancient Pyramid": [
|
||||||
1337236,
|
1337236,
|
||||||
1337246, 1337247, 1337248, 1337249]
|
1337246, 1337247, 1337248, 1337249]
|
||||||
|
|||||||
Reference in New Issue
Block a user