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

This commit is contained in:
MistakeNot4892
2022-01-04 18:46:14 -08:00
committed by atermonera
parent 8937720246
commit 542ec3bc67
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"