From 49630602ceaaf199720480a80f468e9aa42649d0 Mon Sep 17 00:00:00 2001 From: Nam Date: Tue, 8 Oct 2019 02:03:43 -0700 Subject: [PATCH] 3 hour shifts potentially --- code/controllers/subsystem/shuttle.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/shuttle.dm b/code/controllers/subsystem/shuttle.dm index 08f657a1..2464dbe5 100644 --- a/code/controllers/subsystem/shuttle.dm +++ b/code/controllers/subsystem/shuttle.dm @@ -53,7 +53,7 @@ SUBSYSTEM_DEF(shuttle) var/lockdown = FALSE //disallow transit after nuke goes off - var/auto_call = 72000 //CIT CHANGE - time before in deciseconds in which the shuttle is auto called. Default is 2ish hours plus 15 for the shuttle. So total is 3. + var/auto_call = 108000 //CIT CHANGE - time before in deciseconds in which the shuttle is auto called. Default is 2ish hours plus 15 for the shuttle. So total is 3./// Set to 3 by Nam previously 72000 var/realtimeofstart = 0 /datum/controller/subsystem/shuttle/Initialize(timeofday)