Polaris Sync

This commit is contained in:
killer653
2017-08-28 20:52:11 -04:00
116 changed files with 10231 additions and 10010 deletions

View File

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