Adds swept back rabbit ears and large antlers from Jackalope as independant markings

This commit is contained in:
Heroman
2022-02-19 20:06:38 +10:00
parent 67c3f83c15
commit ef4b377574
2 changed files with 16 additions and 0 deletions
@@ -809,6 +809,22 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/rabbit_swept
name = "Rabbit Ears (swept back)"
desc = ""
icon = 'icons/mob/vore/ears_32x64.dmi'
icon_state = "rabbit-swept"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/antlers_large
name = "Antlers (large)"
desc = ""
icon = 'icons/mob/vore/ears_32x64.dmi'
icon_state = "antlers_large"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/kittyr
name = "kitty right only, colorable"
icon = 'icons/mob/vore/ears_uneven.dmi'
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB