Two new hair sprites by Cepha (#2436)

## About The Pull Request

See name, adds two new hair sprites, bestowed upon us by Cepha


![HairShortSide](https://github.com/user-attachments/assets/ad2c9ed9-444a-4aa3-b0d7-16b351443e70)


![HAIRSTYLES](https://github.com/user-attachments/assets/2644d729-dee9-4fa2-a8e0-68093c9adc19)
## Why It's Good For The Game

More char customization
## Proof Of Testing

I forgot a screenshot put I had a shark equip both no problem

## Changelog

🆑 Majkl-J and Cepha
add: Ponytails (Berly) hair added
add: Short (Side) hair added
/🆑
This commit is contained in:
Waterpig
2024-11-16 06:56:56 +00:00
committed by GitHub
parent ed4e265039
commit c85748ce1b
2 changed files with 11 additions and 0 deletions
@@ -44,3 +44,14 @@
icon = 'modular_zubbers/icons/customization/hair.dmi'
name = "Inari"
icon_state = "hair_inari"
// short_side and ponytails_berly sprites by Cepha
/datum/sprite_accessory/hair/short_side
icon = 'modular_zubbers/icons/customization/hair.dmi'
name = "Short (Side)"
icon_state = "hair_short_side"
/datum/sprite_accessory/hair/ponytails_berly
icon = 'modular_zubbers/icons/customization/hair.dmi'
name = "Ponytails (Berly)"
icon_state = "hair_tails_berly"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB