From c1b3f7afee125b6798575dbd93145639ad8a40f2 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Thu, 23 Aug 2018 22:46:59 -0700 Subject: [PATCH] Update communications.dm --- code/game/machinery/computer/communications.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 5e5c08ee99..ce36fcf4a8 100755 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -198,7 +198,10 @@ state = STATE_CANCELSHUTTLE if("cancelshuttle2") if(authenticated) - SSshuttle.cancelEvac(usr) + if(world.time > SSshuttle.auto_call) + say("Warning: Emergency shuttle recalls have been blocked by Central Command due to ongoing crew transfer procedures.") + else + SSshuttle.cancelEvac(usr) state = STATE_DEFAULT if("messagelist") currmsg = 0