Removes cryostasis pods from the game pending creation of a proper design document (#62731)

* Baleeted

* Unmap

* Nudge the cabinet out of the way of the door
This commit is contained in:
Timberpoes
2021-11-12 15:57:22 -08:00
committed by GitHub
parent 2ddb3c6afd
commit 1950da9f70
15 changed files with 199 additions and 978 deletions
-9
View File
@@ -210,15 +210,6 @@ SUBSYSTEM_DEF(job)
job.current_positions++
return TRUE
/datum/controller/subsystem/job/proc/FreeRole(rank)
if(!rank)
return
JobDebug("Freeing role: [rank]")
var/datum/job/job = GetJob(rank)
if(!job)
return FALSE
job.current_positions = max(0, job.current_positions - 1)
/datum/controller/subsystem/job/proc/FindOccupationCandidates(datum/job/job, level)
JobDebug("Running FOC, Job: [job], Level: [job_priority_level_to_string(level)]")
var/list/candidates = list()