mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
removes change that freed job slot when an original card is demoted/terminated
This commit is contained in:
@@ -642,12 +642,6 @@ SUBSYSTEM_DEF(jobs)
|
||||
oldjobdatum.current_positions--
|
||||
newjobdatum.current_positions++
|
||||
|
||||
/datum/controller/subsystem/jobs/proc/force_free_slot(oldtitle)
|
||||
// Used when a crew ID is demoted/terminated in an ID computer.
|
||||
var/datum/job/oldjobdatum = SSjobs.GetJob(oldtitle)
|
||||
if(istype(oldjobdatum) && oldjobdatum.current_positions > 0)
|
||||
oldjobdatum.current_positions--
|
||||
|
||||
/datum/controller/subsystem/jobs/proc/notify_dept_head(jobtitle, antext)
|
||||
// Used to notify the department head of jobtitle X that their employee was brigged, demoted or terminated
|
||||
if(!jobtitle || !antext)
|
||||
|
||||
Reference in New Issue
Block a user