From ed8cdf33dca2fb2d66471a5fd2a7f92566171322 Mon Sep 17 00:00:00 2001 From: Heroman Date: Mon, 20 May 2019 05:59:14 +1000 Subject: [PATCH] fixes copypaste mistake --- code/game/machinery/computer/timeclock_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/timeclock_vr.dm b/code/game/machinery/computer/timeclock_vr.dm index af792ee1dc9..f992aaab102 100644 --- a/code/game/machinery/computer/timeclock_vr.dm +++ b/code/game/machinery/computer/timeclock_vr.dm @@ -121,7 +121,7 @@ if(card) if(checkFace()) if(checkCardCooldown()) - makeOffDuty() + makeOnDuty(href_list["switch-to-onduty"]) usr.put_in_hands(card) card = null update_icon()