Merge pull request #15474 from Jonnatonne/AntlerChanges

Adds New Antler Ears + Variant (and fixes previous antler sprite)
This commit is contained in:
Heroman3003
2023-10-26 04:18:43 +10:00
committed by GitHub
2 changed files with 18 additions and 1 deletions
@@ -846,7 +846,24 @@
name = "Antlers (large)"
desc = ""
icon = 'icons/mob/vore/ears_32x64.dmi'
icon_state = "antlers_large"
icon_state = "antlers-large"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/antlers_wide
name = "Antlers (wide)"
desc = ""
icon = 'icons/mob/vore/ears_32x64.dmi'
icon_state = "antlers-wide"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/antlers_wide_e
name = "Antlers (wide) with ears"
desc = ""
icon = 'icons/mob/vore/ears_32x64.dmi'
icon_state = "antlers-wide"
extra_overlay = "deer"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY