Makes Arrivals Shuttle Great

Arrivals shuttle now moves automatically to and from the station.  People still spawn onboard if they join the round with arrivals selected in preferences.
The shuttle is completely automated and will go to the station if someone boards it, and leave if nobody is onboard.
Changes some tape code so it can be mapped in.
Sadly the mapmerger is broken so the map file diff is massive.
This commit is contained in:
Neerti
2017-08-05 15:18:55 -04:00
parent de0c06bd04
commit 9d98406833
11 changed files with 9434 additions and 9308 deletions

View File

@@ -9,7 +9,7 @@ var/global/datum/shuttle_controller/shuttle_controller
/datum/shuttle_controller/proc/process()
//process ferry shuttles
for (var/datum/shuttle/ferry/shuttle in process_shuttles)
if (shuttle.process_state)
if (shuttle.process_state || shuttle.always_process)
shuttle.process()