From 806e2229dde00defc1307f8776ac04b036dc3761 Mon Sep 17 00:00:00 2001 From: RatFromTheJungle <62520989+RatFromTheJungle@users.noreply.github.com> Date: Wed, 6 Dec 2023 21:59:46 -0500 Subject: [PATCH] fixes the colorable maid-dress to not be missing a pixel in the middle, for females (#25473) Update costumes.dm --- .../modules/customization/modules/clothing/under/costumes.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_skyrat/modules/customization/modules/clothing/under/costumes.dm b/modular_skyrat/modules/customization/modules/clothing/under/costumes.dm index 6ac0f79b2be..676fbaa8355 100644 --- a/modular_skyrat/modules/customization/modules/clothing/under/costumes.dm +++ b/modular_skyrat/modules/customization/modules/clothing/under/costumes.dm @@ -19,6 +19,7 @@ name = "maid costume" desc = "Maid in China." icon_state = "maid_costume" + female_sprite_flags = FEMALE_UNIFORM_TOP_ONLY greyscale_config = /datum/greyscale_config/maid_costume greyscale_config_worn = /datum/greyscale_config/maid_costume/worn greyscale_colors = "#7b9ab5#edf9ff"