From 9842b19282ef825f405d75fc9b64d07c6a3c38db Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sat, 17 Jun 2017 22:44:42 -0500 Subject: [PATCH 1/2] 3 hour rounds --- 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 a5d4d2ce6f..70297c6822 100644 --- a/code/controllers/subsystem/shuttle.dm +++ b/code/controllers/subsystem/shuttle.dm @@ -47,7 +47,7 @@ SUBSYSTEM_DEF(shuttle) var/lockdown = FALSE //disallow transit after nuke goes off - var/auto_call = 72000 //time before in deciseconds in which the shuttle is auto called. Default is 2 hours. + var/auto_call = 108000 //time before in deciseconds in which the shuttle is auto called. Default is 3 hours. /datum/controller/subsystem/shuttle/Initialize(timeofday) if(!arrivals) From e1d6c5d278bb2b40dbf64129ba550615039e7f96 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sat, 17 Jun 2017 22:47:32 -0500 Subject: [PATCH 2/2] increases round time --- 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 70297c6822..441fe44740 100644 --- a/code/controllers/subsystem/shuttle.dm +++ b/code/controllers/subsystem/shuttle.dm @@ -47,7 +47,7 @@ SUBSYSTEM_DEF(shuttle) var/lockdown = FALSE //disallow transit after nuke goes off - var/auto_call = 108000 //time before in deciseconds in which the shuttle is auto called. Default is 3 hours. + var/auto_call = 99000 //time before in deciseconds in which the shuttle is auto called. Default is 2½ hours plus 15 for the shuttle. So total is 3. /datum/controller/subsystem/shuttle/Initialize(timeofday) if(!arrivals)