Skip to content

Commit

Permalink
Update cm_vending.dm
Browse files Browse the repository at this point in the history
Co-authored-by: kiVts <[email protected]>
  • Loading branch information
Zonespace27 and kiVts committed Aug 15, 2024
1 parent b2b5884 commit 7875251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/vending/cm_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7875251

Please sign in to comment.