From e1b7ef1cba879f98c14380767ad368c802b9ed72 Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Fri, 24 Jun 2016 10:16:27 +0100 Subject: [PATCH] Changes default shuttle transit time to 15 seconds :cl: coiax rscdel: The default shuttle transit time is now 15 seconds. /:cl: - Fixes shuttle movement spam to spam stun - Guarantees that all shuttles produce the full ten second ripple effect before appearing --- code/modules/shuttle/shuttle.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm index 5caccb742d3..ca1c30bdd56 100644 --- a/code/modules/shuttle/shuttle.dm +++ b/code/modules/shuttle/shuttle.dm @@ -176,7 +176,7 @@ var/timer //used as a timer (if you want time left to complete move, use timeLeft proc) var/mode = SHUTTLE_IDLE //current shuttle mode (see /__DEFINES/stat.dm) - var/callTime = 50 //time spent in transit (deciseconds) + var/callTime = 150 //time spent in transit (deciseconds) var/roundstart_move //id of port to send shuttle to at roundstart var/travelDir = 0 //direction the shuttle would travel in