Merge pull request #5504 from mwerezak/supply-shuttle-fix

Fixes the supply shuttle being stuck in warmup if forbidden atoms are aboard
This commit is contained in:
Ccomp5950
2014-07-05 04:15:27 -05:00

View File

@@ -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.