diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index 745e1b30c2f..0c7f3f03ee6 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))