mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
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.  original west-facing sprite vs alternate style's west-facing, avoids human outline on muzzle  front/back of new hairstyle, Dreadtail (dreads ponytail)   </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:
committed by
The Sharkening
parent
18a4141a7f
commit
6c2392379f
@@ -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 |
Reference in New Issue
Block a user