diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 8e8b494423..b1eebda6a9 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -457,6 +457,27 @@ name = "Bald" icon_state = "bald" + longeralt2 + name = "Long Hair Alt 2" + icon_state = "hair_longeralt2" + + shortbangs + name = "Short Bangs" + icon_state = "hair_shortbangs" + + halfshaved + name = "Half-Shaved Emo" + icon_state = "hair_halfshaved" + + bun + name = "Casual Bun" + icon_state = "hair_bun" + + doublebun + name = "Double-Bun" + icon_state = "hair_doublebun" + + /* /////////////////////////////////// / =---------------------------= / diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi index f5ec8c0c53..8082f74e48 100644 Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ