diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 90d4e32c8d..fc881125ef 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -119,6 +119,11 @@ icon_state = "hair_long_bedhead" flags = HAIR_TIEABLE + bedheadlongest + name = "Bedhead Longest" + icon_state = "hair_longest_bedhead" + flags = HAIR_TIEABLE + beehive name = "Beehive" icon_state = "hair_beehive" @@ -743,6 +748,11 @@ icon_state = "hair_rowbraid" flags = HAIR_TIEABLE + sabitsuki + name = "Sabitsuki" + icon_state = "hair_sabitsuki" + flags = HAIR_VERY_SHORT + scully name = "Scully" icon_state = "hair_scully" diff --git a/html/changelogs/schnayy - hair adjustments.yml b/html/changelogs/schnayy - hair adjustments.yml new file mode 100644 index 0000000000..2a1f8a8d50 --- /dev/null +++ b/html/changelogs/schnayy - hair adjustments.yml @@ -0,0 +1,7 @@ +author: schnayy + +delete-after: True + +changes: + - rscadd: "Adds Sabitsuki and Bedhead Longest hairstyles." + - tweak: "Adjusts pixels on the Jessica, Celeb Curls, and Beach Waves hairstyles." \ No newline at end of file diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi index d7172c72d3..baffef6647 100644 Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ diff --git a/icons/mob/human_face_m.dmi b/icons/mob/human_face_m.dmi index d817c2df4e..2a6586d3d2 100644 Binary files a/icons/mob/human_face_m.dmi and b/icons/mob/human_face_m.dmi differ