Merge pull request #8018 from Heroman3003/department-preservation

Makes manifest preserve original position of Custom jobs
This commit is contained in:
Atermonera
2021-04-01 22:54:10 -09:00
committed by GitHub
3 changed files with 13 additions and 7 deletions
@@ -167,7 +167,7 @@
if("modify")
if(computer && computer.card_slot)
if(id_card)
data_core.manifest_modify(id_card.registered_name, id_card.assignment)
data_core.manifest_modify(id_card.registered_name, id_card.assignment, id_card.rank)
computer.proc_eject_id(usr)
. = TRUE
if("terminate")