6 Commits
Author SHA1 Message Date
Alexis 88e84645b1 Merge commit '6b52b564a50e4f3091470529c683587e5de15d49' into upstream-sync-7-22-2026 2026-07-22 13:39:09 -04:00
Charlotte SugarandGitHub 7483a3214e Adds several new hair styles to the game (#96693)
## About The Pull Request
Adds several wavy and black hairstyles, updos and other miscellaneous
looks.
<img width="1436" height="1048" alt="image"
src="https://github.com/user-attachments/assets/a6d9467d-8fee-4281-9a2c-e9ebc1678714"
/>
<img width="1585" height="1047" alt="image"
src="https://github.com/user-attachments/assets/b04ba1da-163e-49cb-aec1-bfbcd04c5ff0"
/>

## Why It's Good For The Game
Offers a new variety of possible combinations for player expression and
character concepts~!
## Changelog
🆑
add: Added new hairstyles
/🆑
2026-07-02 06:07:14 +02:00
7f4171fd4d Adds bodyshape arg to a lot of missing spots, generalizes 'wear_digi_version', adds female gender shaping to digi sprites (#96633)
## About The Pull Request

Adds female gender shaping to digi species (such as lizards), for the
top half only.

<details><summary>Shown here</summary>

<img width="337" height="464" alt="dreamseeker_HhKjfrmJ1f"
src="https://github.com/user-attachments/assets/a5a57580-6798-40e4-925c-b3a63e0e540e"
/>

</details>

Also just adds a bunch of bodyshape args now that we are passing that to
the clothing rendering. This will help with anything where you want
unique digi handling for any specific items. Also fixes some missing
args and even improper args in some of these proc overrides.

## Why It's Good For The Game

Makes things more convenient for coders. Adds some more customization
options for feminine lizardfolk.

## Changelog

🆑
code: bodyshape is now accessible in build_worn_overlays() and similar
procs.
image: lizards now have support female gender shaping for their suits
/🆑

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
2026-06-30 20:02:53 +00:00
Roxy de4c3b255d Merge branch 'master' of github.com:tgstation/tgstation into upstream-2026-06-23 2026-06-23 15:51:55 -04:00
BloopandGitHub 1c0b875f34 [no gbp] Small socks fix (#96512)
## About The Pull Request

This was supposed to be icon_state_to_use

## Changelog

Not player-facing
2026-06-15 21:56:35 +02:00
RoxyandGitHub c6b96b0675 Split sprite_accessories.dm into separate files (#96389)
## About The Pull Request

This file was nearly 3000 lines long and contained every single
`sprite_accessory` subtype, breaks it into separate files based on
subtype instead

## Why It's Good For The Game

Giant unorganized files aren't fun to look through

## Changelog

N/A
2026-06-09 05:59:17 +02:00