removes change that freed job slot when an original card is demoted/terminated

This commit is contained in:
Kyep
2020-04-28 16:29:53 -07:00
parent 112baa534e
commit 4d47a99c4c
3 changed files with 0 additions and 12 deletions

View File

@@ -337,8 +337,6 @@
log_game("[key_name(usr)] has terminated the employment of \"[modify.registered_name]\" the \"[jobnamedata]\" for: \"[reason]\".")
message_admins("[key_name_admin(usr)] has terminated the employment of \"[modify.registered_name]\" the \"[jobnamedata]\" for: \"[reason]\".")
SSjobs.log_job_transfer(modify.registered_name, jobnamedata, "Terminated", scan.registered_name)
if(modify.owner_uid)
SSjobs.force_free_slot(modify.rank)
SSjobs.notify_dept_head(modify.rank, "[scan.registered_name] has terminated the employment of \"[modify.registered_name]\" the \"[jobnamedata]\" for \"[reason]\".")
modify.assignment = "Terminated"
modify.access = list()