diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 8319d1922d7..3a7ba7e7a14 100644 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -424,6 +424,8 @@ // These modes are no longer used so I am commenting them out. N emergency_shuttle.incall() + log_admin("[key_name(user)] has called the shuttle.") + message_admins("[key_name_admin(user)] has called the shuttle.", 1) world << "\blue Alert: The emergency shuttle has been called. It will arrive in [round(emergency_shuttle.timeleft()/60)] minutes." world << sound('shuttlecalled.ogg') @@ -436,6 +438,8 @@ return emergency_shuttle.recall() + log_admin("[key_name(user)] has uncalled the shuttle.") + message_admins("[key_name_admin(user)] has uncalled the shuttle.", 1) return