From 86e7808596d40ddad3c677aed09ece8d2b18511a Mon Sep 17 00:00:00 2001 From: bgobandit Date: Fri, 3 Feb 2017 20:48:16 -0500 Subject: [PATCH] Shuttles will now give an audible warning when departing. (#23466) --- code/modules/shuttle/computer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/shuttle/computer.dm b/code/modules/shuttle/computer.dm index 5b3aa867654..9483aeadeb0 100644 --- a/code/modules/shuttle/computer.dm +++ b/code/modules/shuttle/computer.dm @@ -64,7 +64,7 @@ return switch(SSshuttle.moveShuttle(shuttleId, href_list["move"], 1)) if(0) - usr << "Shuttle received message and will be sent shortly." + say("Shuttle departing. Please stand away from the doors.") if(1) usr << "Invalid shuttle requested." else