Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion code/game/objects/landmarks/join.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ GLOBAL_LIST_EMPTY(spawntypes)
spawn_datum_type = /datum/spawnpoint/cryo/starboard
disallow_job = list("Robot")

/obj/landmark/join/late/cryo/foward
name = "Foward Cryogenic Storage"
icon_state = "player-blue-cluster"
join_tag = "foward_late_cryo"
message = "has completed cryogenic revival"
spawn_datum_type = /datum/spawnpoint/cryo/foward
disallow_job = list("Robot")

/obj/landmark/join/late/dormitory
name = "Dormitory"
icon_state = "player-blue-cluster"
Expand Down Expand Up @@ -75,4 +83,4 @@ GLOBAL_LIST_EMPTY(spawntypes)
anchored = TRUE
alpha = 124
invisibility = 101
join_tag = null
join_tag = null
2 changes: 2 additions & 0 deletions code/modules/client/preferences_spawnpoints.dm
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@
//Starboard Cryogenics
/datum/spawnpoint/cryo/starboard

//Foward Cryogenics
/datum/spawnpoint/cryo/foward

/**********************
DORMITORY SPAWNING
Expand Down
Binary file modified icons/obj/furniture.dmi
Binary file not shown.
Loading
Loading