Fixes forensics runtimes (#34336)

This commit is contained in:
kevinz000
2018-01-11 19:11:46 -08:00
committed by CitadelStationBot
parent 2b9b826a95
commit f234c471ee
+1 -1
View File
@@ -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