diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index a1c0fd12b94..41f86180f77 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -504,6 +504,10 @@ var/obj/item/pda/pda = wear_id if(istype(pda) && pda.id) id = pda.id + else + pda = wear_pda + if(istype(pda) && pda.id) + id = pda.id if(check_hands) if(istype(get_active_hand(), /obj/item/card/id))