TG: Speed things up yet /AGAIN/ and added an improved UI to the detective's

scanner's dossier screen.
Revision: r3262
Author: 	 joe.heinemeyer
This commit is contained in:
Ren Erthilo
2012-04-25 23:35:45 +01:00
parent 6978a67ebd
commit c80705b245
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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()