diff --git a/code/modules/mob/new_player/sprite_accessories/human/human_hair.dm b/code/modules/mob/new_player/sprite_accessories/human/human_hair.dm index fe84c24fda1..0c1389f4e07 100644 --- a/code/modules/mob/new_player/sprite_accessories/human/human_hair.dm +++ b/code/modules/mob/new_player/sprite_accessories/human/human_hair.dm @@ -329,6 +329,31 @@ icon_state = "emolong" species_allowed = list("Human", "Slime People", "Unathi", "Tajaran", "Vulpkanin", "Nian") +/datum/sprite_accessory/hair/twinbows + name = "Twin Bows" + icon_state = "twinbows" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/silky + name = "Silky" + icon_state = "silky" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/choppylong + name = "Choppy Long" + icon_state = "choppylong" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/choppy + name = "Choppy" + icon_state = "choppy" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/longsidepart + name = "Long Side Part" + icon_state = "longsidepart" + species_allowed = list("Human", "Slime People") + ////////////////////////////// //////START VG HAIRSTYLES///// ////////////////////////////// diff --git a/icons/mob/sprite_accessories/human/human_hair.dmi b/icons/mob/sprite_accessories/human/human_hair.dmi index 8eb0ccd224f..909621a89e5 100644 Binary files a/icons/mob/sprite_accessories/human/human_hair.dmi and b/icons/mob/sprite_accessories/human/human_hair.dmi differ