Replaces Terminated with Dismissed as default rank removal

This commit is contained in:
Heroman
2019-08-03 21:59:56 +10:00
parent fea0c9954d
commit a8e3b1e270
4 changed files with 6 additions and 6 deletions

View File

@@ -167,7 +167,7 @@
computer.proc_eject_id(user)
if("terminate")
if(computer && can_run(user, 1))
id_card.assignment = "Demoted" //VOREStation Edit: setting adjustment
id_card.assignment = "Dismissed" //VOREStation Edit: setting adjustment
id_card.access = list()
callHook("terminate_employee", list(id_card))
if("edit")