mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
ArchipIDLE is only visible during April
This commit is contained in:

committed by
Fabian Dill

parent
effba9fdec
commit
f515f680a4
@@ -2,6 +2,7 @@ from BaseClasses import Item, MultiWorld, Region, Location, Entrance, Tutorial
|
||||
from .Items import item_table
|
||||
from .Rules import set_rules
|
||||
from ..AutoWorld import World, WebWorld
|
||||
from datetime import datetime
|
||||
|
||||
|
||||
class ArchipIDLEWebWorld(WebWorld):
|
||||
@@ -23,6 +24,7 @@ class ArchipIDLEWorld(World):
|
||||
game = "ArchipIDLE"
|
||||
topology_present = False
|
||||
data_version = 3
|
||||
hidden = (datetime.now().month != 4) # ArchipIDLE is only visible during April
|
||||
web = ArchipIDLEWebWorld()
|
||||
|
||||
item_name_to_id = {}
|
||||
|
Reference in New Issue
Block a user