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

@@ -581,10 +581,9 @@ var/list/global/slot_flags_enumeration = list(
if( !blood_overlay )
generate_blood_overlay()
//apply the blood-splatter overlay if it isn't already in there
if(!blood_DNA.len)
blood_overlay.color = blood_color
overlays += blood_overlay
//Make the blood_overlay have the proper color then apply it.
blood_overlay.color = blood_color
overlays += blood_overlay
//if this blood isn't already in the list, add it
if(istype(M))