diff --git a/modular_citadel/code/modules/clothing/under/polychromic_clothes.dm b/modular_citadel/code/modules/clothing/under/polychromic_clothes.dm index 42640c66c..2e3a5ecb0 100644 --- a/modular_citadel/code/modules/clothing/under/polychromic_clothes.dm +++ b/modular_citadel/code/modules/clothing/under/polychromic_clothes.dm @@ -88,7 +88,7 @@ primary_color = "#353535" //RGB in hexcode secondary_color = "#808080" tertiary_color = "#808080" - body_parts_covered = CHEST|GROIN| ARMS + body_parts_covered = CHEST|GROIN|ARMS //why do shorts protect your arms and chest anyway? ~VF 2021 /obj/item/clothing/under/polychromic/jumpsuit name = "polychromic tri-tone jumpsuit" @@ -247,4 +247,4 @@ primary_color = "#353535" //RGB in hexcode secondary_color = "#808080" tertiary_color = "#808080" - body_parts_covered = CHEST|GROIN|ARMS \ No newline at end of file + body_parts_covered = CHEST|GROIN|ARMS