Merge pull request #4772 from Citadel-Station-13/upstream-merge-34336

[MIRROR] Fixes forensics runtimes
This commit is contained in:
deathride58
2018-01-12 17:42:05 +00:00
committed by GitHub

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