Make the default for blood stains being oil if no DNA is found. (#8273)

This commit is contained in:
tacoguy7765093
2024-04-22 01:16:22 -05:00
committed by GitHub
parent 3ac547257b
commit 8802ba6e3c

View File

@@ -466,7 +466,7 @@
was_bloodied = TRUE
if(!blood_color)
blood_color = "#A10808"
blood_color = SYNTH_BLOOD_COLOUR
if(istype(M))
if (!istype(M.dna, /datum/dna))
M.dna = new /datum/dna(null)