Cobra hoods, take 2

This commit is contained in:
CubeJackal
2023-06-11 21:07:45 +01:00
parent 6c66e135b6
commit b7aa74b6f2
4 changed files with 10 additions and 2 deletions
@@ -1203,7 +1203,7 @@
flags = HAIR_TIEABLE
/datum/sprite_accessory/hair/una_hood
name = "Cobra Hood"
name = "Cobra Hood (small)"
icon = 'icons/mob/human_face_alt.dmi'
icon_add = 'icons/mob/human_face_alt_add.dmi'
icon_state = "soghun_hood"
@@ -518,6 +518,14 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/cobra_hood
name = "Cobra hood (large)"
desc = ""
icon_state = "cobra_hood"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "cobra_hood-inner"
// Special snowflake ears go below here.
/datum/sprite_accessory/ears/molenar_kitsune
@@ -758,7 +758,7 @@
species_allowed = list(SPECIES_TESHARI)
/datum/sprite_accessory/marking/vr_unathihood
name = "Cobra Hood"
name = "Cobra hood (small)"
icon = 'icons/mob/human_races/markings_vr.dmi'
icon_state = "unathihood"
color_blend_mode = ICON_MULTIPLY
Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 34 KiB