mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
[Vote 830] Disable cryo pods for 30 minutes (#12175)
* [Vote 830] Disable cryo pods for 30 minutes * Fixes typos
This commit is contained in:
@@ -143,6 +143,11 @@ SUBSYSTEM_DEF(ticker)
|
||||
return ..()
|
||||
|
||||
/datum/controller/subsystem/ticker/fire()
|
||||
if(world.time > 30 MINUTES && !GLOB.cryopods_enabled)
|
||||
GLOB.cryopods_enabled = TRUE
|
||||
for(var/obj/machinery/cryopod/pod as anything in GLOB.cryopods)
|
||||
pod.PowerOn()
|
||||
|
||||
switch(current_state)
|
||||
if(GAME_STATE_STARTUP)
|
||||
if(Master.initializations_finished_with_no_players_logged_in)
|
||||
|
||||
Reference in New Issue
Block a user