diff --git a/ATTRIBUTIONS.md b/ATTRIBUTIONS.md index bd0fed8fb6..c03235a71f 100644 --- a/ATTRIBUTIONS.md +++ b/ATTRIBUTIONS.md @@ -302,6 +302,11 @@ **Link:** https://github.com/CHOMPStation2/CHOMPStation2/pull/5715 **License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)

+**File:** `icons/mob/vore/ears_32x64.dmi`
+**Icon-States:** antlers-wide
+**Creator:** Original PR by Probbrie
+**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
+
**File:** `sound/voice/glub.ogg`
**Creator:** Free Gaming Sound Effects
**Link:** https://www.youtube.com/watch?v=Xiyq3Ax3Jbc diff --git a/code/modules/mob/new_player/sprite_accessories_ear_snowflake.dm b/code/modules/mob/new_player/sprite_accessories_ear_snowflake.dm index 84a1f952c0..9af21d4293 100644 --- a/code/modules/mob/new_player/sprite_accessories_ear_snowflake.dm +++ b/code/modules/mob/new_player/sprite_accessories_ear_snowflake.dm @@ -221,6 +221,21 @@ do_colouration = TRUE color_blend_mode = ICON_MULTIPLY +/datum/sprite_accessory/ears/antlers_wide + name = "Antlers (wide)" + 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" + icon = 'icons/mob/vore/ears_32x64.dmi' + icon_state = "antlers-wide" + extra_overlay = "deer" + do_colouration = 1 + color_blend_mode = ICON_MULTIPLY + /datum/sprite_accessory/ears/bunny_tall name = "Bunny Tall Ears" icon = 'icons/mob/vore/ears_32x64.dmi' diff --git a/icons/mob/vore/ears_32x64.dmi b/icons/mob/vore/ears_32x64.dmi index 2aa958a549..895d301db9 100644 Binary files a/icons/mob/vore/ears_32x64.dmi and b/icons/mob/vore/ears_32x64.dmi differ