mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user