-
Notifications
You must be signed in to change notification settings - Fork 262
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
A DigitiGrade-A Update #516
Conversation
Fixed sprites for: bandanas (now greyscaled) labcoats (no longer uses a new sprite) chem jumpsuit Heel jackboots |
Waffles pointed out that arachnid chelicerae were snouts and arachnids were flagged as snouted, causing weird problems. I changed the chelicerae to a type of antennae which fixed the issue. |
Fixed some sprite weirdness on the syndicate, elite syndicate, and honk syndicate modsuits. |
Fixed legs, they were ALL flagged as BODYTYPE_MONKEY. Lizards can now wear the waiter suit properly. |
About The Pull Request
This PR adds and enables digitigrade and snout support for a wide swath of clothing items. Clothing now defaults to supporting digitigrade legs, rather than only specified items, and boots are wearable.
The sprite coverage is not quite 100% but I believe all the important bases are covered. Almost all sprites came from Daedalus Dock https://github.com/DaedalusDock/daedalusdock
This also gives lizards smooth bellies, and eliminates lizard sexual dimorphism (bye bye lizard tiddies!)
Without further ado, the sprites!
Base lizards
Jumpsuits and shoes
For jumpsuits and shoes, if no digitigrade sprite exists there is a fallback sprite
Hardsuits and outerwear
A lot of masks now support snouts
And even modsuits work
Why It's Good For The Game
Digitigrade is currently a big downside, rarely even visible yet barring you from all sorts of shoes, especially magboots and galoshes. But it gives no upside for the choice. This renders it a visual option with MUCH improved support.
Going forward it should hopefully be easier to add digitigrade and snout support for remaining and future items. This also sets up a framework to make it easier to add any future snouted and/or digitigrade species (like Vox on Daedalus).
Plus it generally gives lizards a more distinct look which is nice.
Changelog
🆑
add: Digitigrade support for almost all uniforms and suits
add: Digitigrade lizards can now wear boots!
add: Snout support for most masks
rem: Lizard dimorphism (they all have the same smooth belly now)
/:cl: