Disables the gateway as a departure method, adds checkpoint to plains map as a latejoin and departure location.

This commit is contained in:
MistakeNot4892
2021-08-21 16:47:50 +10:00
parent e1b370fddb
commit 4eacefb80a
9 changed files with 1478 additions and 971 deletions
@@ -61,6 +61,14 @@ var/list/spawntypes = list()
..()
turfs = latejoin_elevator
/datum/spawnpoint/checkpoint
display_name = "Checkpoint"
msg = "has arrived at the exterior checkpoint"
/datum/spawnpoint/checkpoint/New()
..()
turfs = latejoin_checkpoint
/datum/spawnpoint/cryo
display_name = "Cryogenic Storage"
msg = "has completed cryogenic revival"