mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Everything else through the door (#19358)
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
icon = "link"
|
||||
|
||||
/datum/data/pda/utility/scanmode/dna/scan_mob(mob/living/C as mob, mob/living/user as mob)
|
||||
if(istype(C, /mob/living/carbon/human))
|
||||
if(ishuman(C))
|
||||
var/mob/living/carbon/human/H = C
|
||||
if(!istype(H.dna, /datum/dna))
|
||||
to_chat(user, "<span class='notice'>No fingerprints found on [H]</span>")
|
||||
|
||||
Reference in New Issue
Block a user