diff --git a/code/game/atom_procs.dm b/code/game/atom_procs.dm index 4cd97f79cc9..563bee56c86 100644 --- a/code/game/atom_procs.dm +++ b/code/game/atom_procs.dm @@ -127,7 +127,7 @@ if (!istype(H.dna, /datum/dna) || !H.dna.uni_identity || (length(H.dna.uni_identity) != 32)) if(!istype(H.dna, /datum/dna)) H.dna = new /datum/dna(null) - H.check_dna() + H.check_dna() if (H.gloves && H.gloves != src) if(fingerprintslast != H.key) fingerprintshidden += text("(Wearing gloves). Real name: [], Key: []",H.real_name, H.key) diff --git a/code/modules/DetectiveWork/detective_work.dm b/code/modules/DetectiveWork/detective_work.dm index adc8f1fe9e0..0d2d586d37d 100644 --- a/code/modules/DetectiveWork/detective_work.dm +++ b/code/modules/DetectiveWork/detective_work.dm @@ -491,7 +491,7 @@ obj/machinery/computer/forensic_scanning A.suit_fibers = tempsuit_fibers backup_DNA = A.blood_DNA A.blood_DNA = tempblood_DNA - if((!A.fingerprints)) //No prints + if(!A.fingerprints) //No prints var/merged = 0 if(!misc) misc = list()