New Hair Gradient, Short Highlights (#19036)

* Added a new type of hair gradient, short highlights, suited to shorter
hairstyles. There are upshifted and downshift variants to cater for
different lengths of hair.

Standard

![image](https://github.com/Aurorastation/Aurora.3/assets/22774890/fff2ade2-df0c-49c9-830d-3dd3ba369492)

![image](https://github.com/Aurorastation/Aurora.3/assets/22774890/19367abe-59c0-464f-a898-ab8063ba8242)

Downshifted

![image](https://github.com/Aurorastation/Aurora.3/assets/22774890/82150b61-5e45-42fa-a013-cb79daaf6bc9)
This commit is contained in:
Geeves
2024-05-01 23:06:14 +00:00
committed by GitHub
parent 7d67044010
commit 68e1eb504e
3 changed files with 18 additions and 0 deletions
@@ -1963,6 +1963,18 @@ Follow by example and make good judgement based on length which list to include
name = "Horizontal Split"
icon_state = "hsplit"
/datum/sprite_accessory/hair_gradients/short_highlights
name = "Short Highlights"
icon_state = "short_highlights"
/datum/sprite_accessory/hair_gradients/short_highlights/upshift
name = "Short Highlights (+1 Upshift)"
icon_state = "short_highlights+1"
/datum/sprite_accessory/hair_gradients/short_highlights/downshift
name = "Short Highlights (-1 Downshift)"
icon_state = "short_highlights-1"
/datum/sprite_accessory/hair_gradients/taj_inner_ear_fur
name = "Inner Ear Fur"
icon_state = "taj_innerearfur"