From 3888a8b757d117de887b47b4d9b7b699a1fa63c0 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 Jul 2014 13:13:52 -0400 Subject: [PATCH] Makes the cargo console force launch command more obvious --- code/game/supplyshuttle.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/supplyshuttle.dm b/code/game/supplyshuttle.dm index ef6dbf2c5f8..449036b3556 100644 --- a/code/game/supplyshuttle.dm +++ b/code/game/supplyshuttle.dm @@ -515,7 +515,7 @@ var/list/mechtoys = list( temp = "For safety reasons the automated supply shuttle cannot transport live organisms, classified nuclear weaponry or homing beacons.

OK" else shuttle.launch(src) - temp = "Initiating launch sequence.

OK" + temp = "Initiating launch sequence. \[Force Launch\]

OK" else shuttle.launch(src) temp = "The supply shuttle has been called and will arrive in approximately [round(supply_controller.movetime/600,1)] minutes.

OK"