diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 28966777b75..f8130b3fde3 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -423,6 +423,82 @@ icon_state = "tajears" species_allowed = list("Tajaran") + taj_ears_clean + name = "Clean" + icon_state = "hair_clean" + species_allowed = list("Tajaran") + + taj_ears_shaggy + name = "Shaggy" + icon_state = "hair_shaggy" + species_allowed = list("Tajaran") + + taj_ears_mohawk + name = "Tajaran Mohawk" + icon_state = "hair_mohawk" + species_allowed = list("Tajaran") + + taj_ears_plait + name = "Plait" + icon_state = "hair_plait" + species_allowed = list("Tajaran") + + taj_ears_straight + name = "Straight" + icon_state = "hair_straight" + species_allowed = list("Tajaran") + + taj_ears_long + name = "Long" + icon_state = "hair_long" + species_allowed = list("Tajaran") + + taj_ears_rattail + name = "Rat Tail" + icon_state = "hair_rattail" + species_allowed = list("Tajaran") + + taj_ears_spiky + name = "Spiky" + icon_state = "hair_spiky" + species_allowed = list("Tajaran") + + taj_ears_messy + name = "Messy" + icon_state = "hair_messy" + species_allowed = list("Tajaran") + +/datum/sprite_accessory/facial_hair + + taj_sideburns + name = "Sideburns" + icon_state = "facial_mutton" + species_allowed = list("Tajaran") + + taj_mutton + name = "Mutton" + icon_state = "facial_mutton" + species_allowed = list("Tajaran") + + taj_pencilstache + name = "Pencilstache" + icon_state = "facial_pencilstache" + species_allowed = list("Tajaran") + + taj_moustache + name = "Moustache" + icon_state = "facial_moustache" + species_allowed = list("Tajaran") + + taj_goatee + name = "Goatee" + icon_state = "facial_goatee" + species_allowed = list("Tajaran") + + taj_smallstache + name = "Smallsatche" + icon_state = "facial_smallstache" + species_allowed = list("Tajaran") //skin styles - WIP //going to have to re-integrate this with surgery diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi index 8baab94f054..565b55a840c 100644 Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ