Fixes Naga-Taur Clothes Layering#1146
Open
TheOneAndOnlyCreeperJoe wants to merge 3 commits into
Open
Conversation
TheOneAndOnlyCreeperJoe
requested review from
00-Steven and
carda-sometimesknownas-paxilmaniac
as code owners
July 17, 2026 20:15
carda-sometimesknownas-paxilmaniac
approved these changes
Jul 18, 2026
carda-sometimesknownas-paxilmaniac
left a comment
Collaborator
There was a problem hiding this comment.
under clothes layer
look inside
higher layer than clothes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
About The Pull Request
Someone reported that the bodysuit on a Naga did not render its front-facing sprites correctly and that immediately prompted me to fix that with no ulterior motive whatsoever. Which turns out was a bug with all naga clothing where it was being displayed on the wrong layer. Moves the layer down to 29.1 from 28.25, meaning they now render under the uniform layer. This doesn't cause any issues from testing with existing outfits. I've also moved the special tail appendeges up to FRONT instead of FRONT_UNDER so they render over clothing and over hands now.
The other taurs still do not display the bodysuit correctly but I was a bit stumped on the fix, as we can't move their layer down as it'd render their tails behind the mob's body sprite. Couldn't think of a proper resolution despite unpleasant fixes, such as moving the clothes layer forcefully up to go over the taurs (which feels bad to do and messes with backpacks).
Why It's Good For The Game
No longer are you wearing clothes only in 2D, now you are wearing them in all dimensions.
Testing Evidence
Changelog
🆑TheOneAndOnlyCreeperJoe
fix: Fixed naga tails rendering on the wrong layer when facing the front, resulting in naga-specific clothing not being visible
/:cl: