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()