Replaces Termination with Demotions as default rank removal

This commit is contained in:
Heroman
2019-07-28 06:46:05 +10:00
parent 2f5957ee9f
commit 0bc5d5b3ba
4 changed files with 10 additions and 6 deletions
@@ -167,7 +167,7 @@
computer.proc_eject_id(user)
if("terminate")
if(computer && can_run(user, 1))
id_card.assignment = "Terminated"
id_card.assignment = "Demoted" //VOREStation Edit: setting adjustment
id_card.access = list()
callHook("terminate_employee", list(id_card))
if("edit")