diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index 745e1b30c2..0c7f3f03ee 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -279,7 +279,7 @@ if ("terminate") if (is_authenticated()) - modify.assignment = "Demoted" + modify.assignment = "Demoted" //VOREStation Edit modify.access = list() callHook("terminate_employee", list(modify))