mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 20:52:52 +01:00
Disables the gateway as a departure method, adds checkpoint to plains map as a latejoin and departure location.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user