Adds 5 new Hairstyles (#31203)

This commit is contained in:
Asmerath
2025-12-24 15:44:53 +00:00
committed by GitHub
parent 05108670a7
commit afe1d8b35d
2 changed files with 25 additions and 0 deletions
@@ -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/////
//////////////////////////////