mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Merge pull request #26931 from Buchse/BUGHEADS
Adds a couple more hairstyles for bugs.
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
/datum/sprite_accessory/hair/longpony
|
||||
name = "Long Ponytail"
|
||||
icon_state = "hair_longpony"
|
||||
|
||||
|
||||
/datum/sprite_accessory/hair/mediumpony
|
||||
name = "Medium Ponytail"
|
||||
icon_state = "hair_mediumpony"
|
||||
@@ -493,7 +493,7 @@
|
||||
name = "Nia"
|
||||
icon_state = "hair_nia"
|
||||
gender = FEMALE
|
||||
|
||||
|
||||
/datum/sprite_accessory/hair/nia_short
|
||||
name = "Nia (Short)"
|
||||
icon_state = "hair_nia_short"
|
||||
@@ -748,6 +748,20 @@
|
||||
gender = NEUTER
|
||||
do_colouration = 0
|
||||
|
||||
/datum/sprite_accessory/hair/insect_shiny
|
||||
name = "Shiny Head"
|
||||
icon_state = "insect_shiny"
|
||||
species_allowed = list("Insectoid")
|
||||
gender = NEUTER
|
||||
do_colouration = 0
|
||||
|
||||
/datum/sprite_accessory/hair/insect_hornet
|
||||
name = "Hornet Head"
|
||||
icon_state = "insect_hornet"
|
||||
species_allowed = list("Insectoid")
|
||||
gender = NEUTER
|
||||
do_colouration = 0
|
||||
|
||||
|
||||
/datum/sprite_accessory/hair/una_spines_long
|
||||
name = "Long Unathi Spines"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 106 KiB |
Reference in New Issue
Block a user