mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Command Cryo (#10994)
This commit is contained in:
@@ -31,10 +31,12 @@
|
||||
display_name = "Cryogenic Storage"
|
||||
msg = "has completed cryogenic revival"
|
||||
disallow_job = list("Cyborg", "Merchant")
|
||||
var/list/command_turfs = list()
|
||||
|
||||
/datum/spawnpoint/cryo/New()
|
||||
..()
|
||||
turfs = latejoin_cryo
|
||||
command_turfs = latejoin_cryo_command
|
||||
|
||||
/datum/spawnpoint/cryo/after_join(mob/victim)
|
||||
if(!istype(victim))
|
||||
|
||||
Reference in New Issue
Block a user