Skip to content

Commit

Permalink
Merge pull request #1094 from DimWhat/covering_chest
Browse files Browse the repository at this point in the history
Makes adjusted uniforms that cover the chest respect body type.
  • Loading branch information
dwasint authored Feb 3, 2024
2 parents b65a2f4 + 281f698 commit 85a554f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/clothing/under/_under.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 85a554f

Please sign in to comment.