diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index ee893da1bd9..d0a70b61229 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -1888,16 +1888,20 @@ if (H.wear_id) var/obj/item/weapon/card/id/id - if(istype(H.wear_id, /obj/item/weapon/card/id)) - id = H.wear_id // The ID is on the ID slot - else if(istype(H.wear_id, /obj/item/device/pda)) + if(istype(H.wear_id, /obj/item/device/pda)) var/obj/item/device/pda/PDA = H.wear_id - id = PDA.id // The ID is contained inside the PDA - - if(M.mind.assigned_role == id.assignment) // Polymorph - dat += "