Skip to content

Commit

Permalink
Merge pull request #1387 from Jaybirdnerd/bunny-ears
Browse files Browse the repository at this point in the history
Large Bunny Ears (Requested)
  • Loading branch information
izac112 authored Jan 15, 2024
2 parents 40748ad + 2d5a84a commit bb28e7d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion code/modules/mob/new_player/sprite_accessories_ear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -527,4 +527,18 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "zorgoia_inner"
extra_overlay2 = "zorgoia_tips"
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 //
Binary file added icons/mob/vore/ears_32x64_yw.dmi
Binary file not shown.

0 comments on commit bb28e7d

Please sign in to comment.