-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Prevent underwear from poking through swimsuits/dresses #23681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent underwear from poking through swimsuits/dresses #23681
Conversation
If implemented, something like this should definitely be toggle-able. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry to bikeshed this, but I really don't think it needs a toggle. There's not a lot of reason you'd ever want to show shorts under a bikini or a bra poking out around a dress and the button is just kind of weird looking UI clutter.
About the PR
This PR adds a
hide_underwear
variable to undersuit items, which when set to true prevents the wearer's underwear from appearing on their sprite under their clothes. It is set by default on swimsuits and some dresses.Why's this needed?
Some underwear styles have a habit of poking out from under certain outfits in ways that don't feel intended.
Changelog