diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 48b3ba23..130f1d1e 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -57,6 +57,10 @@ name = "Short Hair" // try to capatilize the names please~ icon_state = "hair_a" // you do not need to define _s or _l sub-states, game automatically does this for you + shortalt + name = "Short Hair Alt" + icon_state = "hair_short_alt" + cut name = "Cut Hair" icon_state = "hair_c" @@ -118,6 +122,10 @@ name = "Ponytail 3" icon_state = "hair_ponytail3" + ponytail4 + name = "Ponytail 4" + icon_state = "hair_ponytail4" + sideponytail name = "Side Ponytail" icon_state = "hair_stail" @@ -273,6 +281,11 @@ icon_state = "hair_himecut" gender = FEMALE + himecut_alt + name = "Hime Cut Alt" + icon_state = "hair_himecut_alt" + gender = FEMALE + braid name = "Floorlength Braid" icon_state = "hair_braid" @@ -307,6 +320,21 @@ icon_state = "hair_e" gender = MALE // turnoff! + bun + name = "Bun" + icon_state = "hair_bun" + gender = FEMALE + + bangs + name = "Bangs" + icon_state = "hair_bangs" + gender = FEMALE + + bangsalt + name = "Bangs Short" + icon_state = "hair_bangs_alt" + gender = FEMALE + bald name = "Bald" icon_state = "bald" diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi index 0fb0133e..641373a0 100644 Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ