From df562507bd7bb450cf5c09f135cf2d933ddc0fd8 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Tue, 31 Jul 2018 21:24:30 -0700 Subject: [PATCH] Missing ' --- code/game/machinery/computer/supply.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/supply.dm b/code/game/machinery/computer/supply.dm index 02a5d31a9f1..81bd96e6fb6 100644 --- a/code/game/machinery/computer/supply.dm +++ b/code/game/machinery/computer/supply.dm @@ -400,7 +400,7 @@ if("send_to_station") shuttle.launch(src) - to_chat(usr, "The supply shuttle has been called and will arrive in approximately [round(supply_controller.movetime/600,1)] minutes.") post_signal("supply") if("cancel_shuttle")