Eclipse-Station / NEV-Northern-Light

Congratulations, [employee name here]! You have greatly advanced the expedition effort. You must be the pride of [employee hometown name here]! NanoTrasen commends your usefulness to the Corporation.
https://discord.gg/xuS4t9U
Other
8 stars 54 forks source link

Some tail sprites that aren't tails clip over clothing when they shouldn't. #277

Open ShadzFen opened 4 years ago

ShadzFen commented 4 years ago

In the species customisation menu, the tail style is not always a tail. A character that may choose to have goat legs will be cursed to eternal public indecency! This is probably cus the tail layer is forced above clothes, as tails should be, and doesn't take into account the exceptional sprites that aren't tails but are classified as such. image How it should work is clothing such as skirts should show above the legs, but keep the goats legs sprite underneath, and clothing such as long pants should cover the whole legs down to the hooves. Pretty sure goats legs is the only sprite that has this issue, from what I can see in the list.

EvilJackCarver commented 4 years ago

Technically, this is intended behaviour... on Virgo code. One of the verbs players on Virgo code have is a button which switches your tail layer to render over or under your clothing (TAIL_LAYER and TAIL_LAYER_ALT). However, we don't have that yet.

I'm gonna be leaving this open since it's something we need to look into at some point, but it's not high-priority for now.

ShadzFen commented 4 years ago

Yeah I think Nestor told me he was gonna be looking into it himself. Either way it's not really high priority. I skimmed through most of the tails and I think the goat legs might actually be the only one with this issue.