diff --git a/code/controllers/subsystem/monitor.dm b/code/controllers/subsystem/monitor.dm index 1ef5638aa1c1d..f79805d84e787 100644 --- a/code/controllers/subsystem/monitor.dm +++ b/code/controllers/subsystem/monitor.dm @@ -2,7 +2,7 @@ SUBSYSTEM_DEF(monitor) name = "Monitor" init_order = INIT_ORDER_MONITOR runlevels = RUNLEVEL_GAME - wait = 5 MINUTES + wait = 3 MINUTES can_fire = TRUE ///The current state var/current_state = STATE_BALANCED