mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Make the default for blood stains being oil if no DNA is found. (#8273)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user