diff --git a/code/modules/mob/new_player/sprite_accessories_ear.dm b/code/modules/mob/new_player/sprite_accessories_ear.dm index 13b09d6bdf5..092f52d2ed2 100644 --- a/code/modules/mob/new_player/sprite_accessories_ear.dm +++ b/code/modules/mob/new_player/sprite_accessories_ear.dm @@ -527,4 +527,18 @@ do_colouration = 1 color_blend_mode = ICON_MULTIPLY extra_overlay = "zorgoia_inner" - extra_overlay2 = "zorgoia_tips" \ No newline at end of file + extra_overlay2 = "zorgoia_tips" + +// YW CHANGES START - Large Bunny Ears// + +/datum/sprite_accessory/ears/lbunnyears + name = "Large Bunny Ears" + desc = "" + icon = 'icons/mob/vore/ears_32x64_yw.dmi' + icon_state = "bun-large-inner" + extra_overlay = "bun-large-outer" + extra_overlay2 = "bun-large-tips" + do_colouration = 1 + color_blend_mode = ICON_MULTIPLY + +// YW CHANGES END // diff --git a/icons/mob/vore/ears_32x64_yw.dmi b/icons/mob/vore/ears_32x64_yw.dmi new file mode 100644 index 00000000000..7a796149f1c Binary files /dev/null and b/icons/mob/vore/ears_32x64_yw.dmi differ