diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 0fd9804bd46..f543fe28b4a 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -115,16 +115,17 @@ icon_state = "hair_halfbang_alt" ponytail1 - name = "Ponytail 1" - icon_state = "hair_ponytail" + name = "Ponytail male" + icon_state = "hair_ponytailm" + gender = MALE ponytail2 - name = "Ponytail 2" - icon_state = "hair_pa" + name = "Ponytail female" + icon_state = "hair_ponytailf" gender = FEMALE ponytail3 - name = "Ponytail 3" + name = "Ponytail alt" icon_state = "hair_ponytail3" sideponytail @@ -132,6 +133,17 @@ icon_state = "hair_stail" gender = FEMALE + highponytail + name = "High Ponytail" + icon_state = "hair_highponytail" + gender = FEMALE + + + wisp + name = "Wisp" + icon_state = "hair_wisp" + gender = FEMALE + parted name = "Parted" icon_state = "hair_parted" @@ -316,6 +328,7 @@ name = "Balding Hair" icon_state = "hair_e" gender = MALE // turnoff! + ////////////////////////////// //////START VG HAIRSTYLES///// ////////////////////////////// diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi index b7ebe8a9c6e..e01e99ba040 100644 Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ