Merge pull request #12287 from Heroman3003/two-markings

Adds swept back rabbit ears and large antlers from Jackalope as independant markings
This commit is contained in:
Casey
2022-02-19 17:05:01 -05:00
committed by GitHub
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'