Makes manifest preserve original position of Custom jobs

This commit is contained in:
Heroman
2021-03-29 21:08:25 +10:00
parent 10c5e5d4b0
commit adb059fbe4
3 changed files with 14 additions and 7 deletions

View File

@@ -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")