Hair Fixes and Additions <3 (#2953)

## About The Pull Request
This PR does three things: It fixes the Dreadlocks hairstyle as its back
side sprite was misaligned, adds an alternate version of Dreadlocks that
plays nicer with muzzles and non-human faces, and adds a completely new
dreadlock hairstyle sprited by yours truly. (P.S. sorry if I fuck
something up, this is my first PR)
## Why It's Good For The Game
It's a quality of life fix for an underrated hairstyle, and something
that I've heard other people be vocal about as well, so I figured I'd do
something about it. Plus, this adds some extra variety with the extra
hairstyle. <3
## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>

misaligned sprite (left) vs fixed sprite (right), ears used to show
alignment.

![image](https://github.com/user-attachments/assets/77bf732c-0b8a-4385-bf31-59b890757fd1)

original west-facing sprite vs alternate style's west-facing, avoids
human outline on muzzle

![image](https://github.com/user-attachments/assets/afb1f49f-3c89-40ca-9cb5-15332e1ed4da)

front/back of new hairstyle, Dreadtail (dreads ponytail)

![image](https://github.com/user-attachments/assets/a7310970-ea01-4cdf-b7ff-3307e8a453c6)

![image](https://github.com/user-attachments/assets/eafbc9fe-2c79-49de-9e92-4187fed19633)
</details>

## Changelog
🆑 CupOfMoths
add: Added pretty new hairstyle
add: Added QoL alt of hairstyle
fix: Fixed a misaligned hair sprite
/🆑
This commit is contained in:
CupOfMothium
2025-01-21 00:33:01 -07:00
committed by The Sharkening
parent 18a4141a7f
commit 6c2392379f
2 changed files with 14 additions and 0 deletions
@@ -66,3 +66,17 @@
icon = 'modular_zubbers/icons/customization/hair_big.dmi'
name = "Edgerunner"
icon_state = "edgerunner"
//-->fixed dreadlocks, added alt version for anthros, added new style <3
/datum/sprite_accessory/hair/dreadlocks
icon = 'modular_zubbers/icons/customization/hair.dmi'
/datum/sprite_accessory/hair/dreadlocks_alt
icon = 'modular_zubbers/icons/customization/hair.dmi'
name = "Dreadlocks Alt"
icon_state = "hair_dreads_alt"
/datum/sprite_accessory/hair/dreadtail
icon = 'modular_zubbers/icons/customization/hair.dmi'
name = "Dreadtail"
icon_state = "hair_dreadtail"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB