Merge pull request #5789 from Cameron653/Fixes_boots_again

Fixes the washing bug with boots
This commit is contained in:
Novacat
2019-09-03 02:19:14 -04:00
committed by GitHub
3 changed files with 13 additions and 5 deletions
+3 -4
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))