From 78752519f05bac6ae10ffb60809657f5223ee758 Mon Sep 17 00:00:00 2001 From: Zonespace <41448081+Zonespace27@users.noreply.github.com> Date: Thu, 15 Aug 2024 08:04:38 -0700 Subject: [PATCH] Update cm_vending.dm Co-authored-by: kiVts <48099872+kiVts@users.noreply.github.com> --- code/game/machinery/vending/cm_vending.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/vending/cm_vending.dm b/code/game/machinery/vending/cm_vending.dm index 63f79e8eb5af..5746a29aa1ae 100644 --- a/code/game/machinery/vending/cm_vending.dm +++ b/code/game/machinery/vending/cm_vending.dm @@ -580,7 +580,7 @@ GLOBAL_LIST_EMPTY(vending_products) vend_fail() return FALSE - var/obj/item/card/id/card = human_user.wear_id + var/obj/item/card/id/card = human_user.get_idcard() if(!istype(card) || !card.check_biometrics(user)) to_chat(user, SPAN_WARNING("You must be wearing your [SPAN_INFO("dog tags")] to select a specialization!")) return FALSE