mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
Landmarks works (#19006)
Fixed some landmarks harddels. Refactored various landmarks in their own subtype instead of using a name-based switch system.
This commit is contained in:
@@ -31,12 +31,10 @@
|
||||
display_name = "Cryogenic Storage"
|
||||
msg = "has completed cryogenic revival"
|
||||
disallow_job = list("Cyborg", "Merchant")
|
||||
var/list/command_turfs = list()
|
||||
|
||||
/datum/spawnpoint/cryo/New()
|
||||
..()
|
||||
turfs = GLOB.latejoin_cryo
|
||||
command_turfs = GLOB.latejoin_cryo_command
|
||||
|
||||
/datum/spawnpoint/cryo/after_join(mob/victim)
|
||||
if(!istype(victim))
|
||||
|
||||
Reference in New Issue
Block a user