mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
check_id now checks for ID in the PDA slot (#18992)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user