From 281f6987a5c1e2b6e92c576b593ab362430597fe Mon Sep 17 00:00:00 2001 From: DimWhat Date: Sun, 28 Jan 2024 02:17:54 -0600 Subject: [PATCH] oh that was easy --- code/modules/clothing/under/_under.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/under/_under.dm b/code/modules/clothing/under/_under.dm index 2aae8cde37e7..8e461d959cc0 100644 --- a/code/modules/clothing/under/_under.dm +++ b/code/modules/clothing/under/_under.dm @@ -344,6 +344,8 @@ return adjusted = !adjusted if(adjusted) + if(alt_covers_chest) //For snowflake suits that do NOT expose the chest. //MONKESTATION EDIT + return if(!(female_sprite_flags & FEMALE_UNIFORM_TOP_ONLY)) female_sprite_flags = NO_FEMALE_UNIFORM if(!alt_covers_chest) // for the special snowflake suits that expose the chest when adjusted (and also the arms, realistically)