From fea0c9954dd619a8b9ffdc4efd65405d80272c4e Mon Sep 17 00:00:00 2001 From: Heroman Date: Tue, 30 Jul 2019 05:38:29 +1000 Subject: [PATCH] Adds missing //Vorestation Edit --- code/game/machinery/computer/card.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))