From 5a6bef5e218db9a902137ceebb61636d2da7a693 Mon Sep 17 00:00:00 2001 From: !Moltov! <61367602+Moltovz@users.noreply.github.com> Date: Sat, 16 Oct 2021 18:30:15 -0400 Subject: [PATCH] Update polychromic_clothes.dm --- .../code/modules/clothing/under/polychromic_clothes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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