A tiny sprinkle of new sprite accessories

-Adds 3 new markings (forward fangs, further forward fangs, normal eyes)
-Adds 2 new earstyles (floppy goat ears, floppy goat ears with horns)
This commit is contained in:
Verkister
2022-12-05 17:42:50 +02:00
parent 76eb33df3d
commit 3706180db4
4 changed files with 33 additions and 0 deletions
@@ -139,3 +139,18 @@
icon_state = "chorn_chub"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/goatflops
name = "Floppy Goat Ears"
icon = 'icons/mob/vore/ears_ch.dmi'
icon_state = "goatflops"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/goatflops_horn
name = "Floppy Goat Ears (with horns)"
icon = 'icons/mob/vore/ears_ch.dmi'
icon_state = "goatflops"
extra_overlay = "goatflops_horn"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

@@ -163,4 +163,22 @@
name = "Thick Throat"
icon_state = "thickthroat"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/fangs2
name = "Forward Fangs"
icon_state = "fangs2"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/fangs3
name = "Further Forward Fangs"
icon_state = "fangs3"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/normeyes
name = "Normal Eyes"
icon_state = "normeyes"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY