From c80705b245380a8c3d2edf3cd39c3f68b085f2c2 Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Wed, 25 Apr 2012 23:35:45 +0100 Subject: [PATCH] TG: Speed things up yet /AGAIN/ and added an improved UI to the detective's scanner's dossier screen. Revision: r3262 Author: joe.heinemeyer --- code/game/atom_procs.dm | 2 +- code/modules/DetectiveWork/detective_work.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()