ArchipIDLE is only visible during April
This commit is contained in:
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 = {}
|
||||
|
|
Loading…
Reference in New Issue