From 73389f2be544edf07c3a70d9af0e8b0a481dec17 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Thu, 11 Jan 2018 19:11:46 -0800 Subject: [PATCH] Fixes forensics runtimes (#34336) --- code/modules/detectivework/detective_work.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/detectivework/detective_work.dm b/code/modules/detectivework/detective_work.dm index 5bf4ad27b89..42d6fcbe1ea 100644 --- a/code/modules/detectivework/detective_work.dm +++ b/code/modules/detectivework/detective_work.dm @@ -91,7 +91,7 @@ var/obj/item/clothing/gloves/G = gloves G.add_blood_DNA(blood_dna) else if(length(blood_dna)) - AddComponent(/datum/component/forensics, null, null, dna) + AddComponent(/datum/component/forensics, null, null, blood_dna) bloody_hands = rand(2, 4) update_inv_gloves() //handles bloody hands overlays and updating return TRUE