Fixes the washing bug with boots

This commit is contained in:
Cameron Lennox
2019-09-03 01:34:54 -04:00
parent 9f6e4df7eb
commit e3073bbb5d
3 changed files with 14 additions and 5 deletions

View File

@@ -388,7 +388,8 @@
blood_DNA = list()
was_bloodied = 1
blood_color = "#A10808"
if(!blood_color)
blood_color = "#A10808"
if(istype(M))
if (!istype(M.dna, /datum/dna))
M.dna = new /datum/dna(null)