From 6e5824ac331ba213914ead7917127be43bcaffef Mon Sep 17 00:00:00 2001 From: mwerezak Date: Fri, 4 Jul 2014 19:52:50 -0400 Subject: [PATCH] Fixes the supply shutting being stuck in warmup if forbidden atoms are aboard Might be related to #5459, not sure though. --- code/modules/shuttles/shuttle_supply.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/shuttles/shuttle_supply.dm b/code/modules/shuttles/shuttle_supply.dm index a9e240c5e9..41d0a82224 100644 --- a/code/modules/shuttles/shuttle_supply.dm +++ b/code/modules/shuttles/shuttle_supply.dm @@ -31,6 +31,7 @@ if (at_station() && forbidden_atoms_check()) //cancel the launch because of forbidden atoms. announce over supply channel? + moving_status = SHUTTLE_IDLE return //We pretend it's a long_jump by making the shuttle stay at centcom for the "in-transit" period.