diff --git a/code/datums/components/forensics.dm b/code/datums/components/forensics.dm index 55633a20878..1950b8b6644 100644 --- a/code/datums/components/forensics.dm +++ b/code/datums/components/forensics.dm @@ -138,7 +138,7 @@ if(laststamppos) LAZYSET(hiddenprints, M.key, copytext(hiddenprints[M.key], 1, laststamppos)) hiddenprints[M.key] += " Last: [M.real_name]\[[current_time]\][hasgloves]. Ckey: [M.ckey]" //made sure to be existing by if(!LAZYACCESS);else - fingerprintslast = M.ckey + parent.fingerprintslast = M.ckey return TRUE /datum/component/forensics/proc/add_blood_DNA(list/dna) //list(dna_enzymes = type)