diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index ef1d854ad39..0e3b1f76955 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -1020,18 +1020,22 @@ icon_state = "teshari_mushroom" species_allowed = list("Teshari") +// Vox things + vox_braid_long + name = "Long Vox braid" + icon_state = "vox_longbraid" + species_allowed = list("Vox") - vox_quills_long - name = "Long Vox Quills" - icon_state = "vox_longquills" - species_allowed = list("Vox") + vox_braid_short + name = "Short Vox Braid" + icon_state = "vox_shortbraid" + species_allowed = list("Vox") vox_quills_short name = "Short Vox Quills" icon_state = "vox_shortquills" species_allowed = list("Vox") -/* vox_quills_kingly name = "Kingly Vox Quills" icon_state = "vox_kingly" @@ -1041,7 +1045,7 @@ name = "Quill Mohawk" icon_state = "vox_mohawk" species_allowed = list("Vox") -*/ + /datum/sprite_accessory/facial_hair taj_sideburns diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi index 40e848a1f66..68a12155d7d 100644 Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ