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
@@ -22,9 +22,12 @@ var/list/spawntypes = list()
return 1
/datum/spawnpoint/proc/get_spawn_position()
return get_turf(pick(turfs))
/datum/spawnpoint/arrivals
display_name = "Arrivals Shuttle"
msg = "has arrived on the station"
msg = "will arrive to the station shortly by shuttle"
/datum/spawnpoint/arrivals/New()
..()