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")