diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 634fd0e129d..fa4dad398da 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -478,6 +478,7 @@ BLIND // can't see anything if(copytext(item_color,-2) != "_d") basecolor = item_color if(basecolor + "_d_s" in icon_states('icons/mob/uniform.dmi')) + body_parts_covered = "[basecolor]" ? LEGS|LOWER_TORSO : UPPER_TORSO|LOWER_TORSO|LEGS|ARMS item_color = item_color == "[basecolor]" ? "[basecolor]_d" : "[basecolor]" usr.update_inv_w_uniform() else