Merge pull request #3680 from Neerti/8/4/2017_arrivals

Makes Arrivals Shuttle Great
This commit is contained in:
Anewbe
2017-08-14 21:59:18 -04:00
committed by GitHub
12 changed files with 9436 additions and 9310 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()
..()