Skip to content

Commit

Permalink
Merge pull request #198 from Bird-Lounge/normie-mode-fixed
Browse files Browse the repository at this point in the history
[MODULAR] Parts-Display Normie Mode: The Fixening
  • Loading branch information
CliffracerX authored Oct 27, 2024
2 parents b2a619c + 87261fe commit 760a45b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
var/datum/sprite_accessory/underwear/worn_underwear = SSaccessories.underwear_list[human.underwear]
if(worn_underwear.hides_breasts)
return FALSE
return TRUE
else
var/vis = visibility == ORGAN_VISIBILITY_MODE_ALWAYS_SHOW ? TRUE : FALSE
return vis
Expand Down

0 comments on commit 760a45b

Please sign in to comment.