diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index e18946ac2cc..4ef7219b5f9 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -479,6 +479,30 @@ Follow by example and make good judgement based on length which list to include length = 3 chatname = "long fringe" + emofringe_longbun + name = "Emo Fringe Long Bun" + icon_state = "hair_emofringe_longbun" + length = 3 + chatname = "hair bun" + + emorightfringe_long + name = "Emo Right Fringe Long" + icon_state = "hair_emofringe_long" + length = 3 + chatname = "long fringe" + + emofringe_long_alt + name = "Emo Fringe Long Alt" + icon_state = "hair_emofringe_longalt" + length = 3 + chatname = "long fringe" + + emorightfringe_long_alt + name = "Emo Right Fringe Long Alt" + icon_state = "hair_emorightfringe_longalt" + length = 3 + chatname = "long fringe" + fade_high name = "Fade, High" icon_state = "hair_fade_high" @@ -538,6 +562,12 @@ Follow by example and make good judgement based on length which list to include length = 3 chatname = "long hair" + gentlealt + name = "Gentle Alt" + icon_state = "hair_gentlealt" + length = 3 + chatname = "long hair" + gentle2 name = "Gentle 2" icon_state = "hair_gentle2" diff --git a/html/changelogs/wickedcybs_emofringe.yml b/html/changelogs/wickedcybs_emofringe.yml new file mode 100644 index 00000000000..772c70a54b8 --- /dev/null +++ b/html/changelogs/wickedcybs_emofringe.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - rscadd: "Added a few new human hair variations. Emo long fringe now has three new variants. One which has a fringe on the opposite side of the face and two that turn it into a longer hairstyle from the back and sides. There's also a new variation for Gentle, which adds a fringe and lenghtens the hair." diff --git a/icons/mob/human_face/hair.dmi b/icons/mob/human_face/hair.dmi index 7bbc8ba5bf8..01ee4d4c82d 100644 Binary files a/icons/mob/human_face/hair.dmi and b/icons/mob/human_face/hair.dmi differ