Skip to content

Commit

Permalink
Added Palmated Antler Sprite and Character Menu Option
Browse files Browse the repository at this point in the history
* Added antlers-wide to ears_32x64.dmi
* Copied deer iconstate from sprite_accessories/ears.dmi to ears_32x64.dmi for compatibility with antlers-wide.
* Added option to choose Antlers (Wide) and Antlers (Wide) with Ears to character customisation screen.
* Added self-attribution for the sprite to ATTRIBUTIONS.md
  • Loading branch information
probbrie committed Oct 11, 2024
1 parent 7e064a0 commit 552a7a9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ATTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)<br>
<br>
**File:** `icons/mob/vore/ears_32x64.dmi`<br>
**Icon-States:** antlers-wide<br>
**Creator:** Original PR by Probbrie<br>
**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)<br>
<br>
**File:** `sound/voice/glub.ogg`<br>
**Creator:** Free Gaming Sound Effects<br>
**Link:** https://www.youtube.com/watch?v=Xiyq3Ax3Jbc
Expand Down
15 changes: 15 additions & 0 deletions code/modules/mob/new_player/sprite_accessories_ear_snowflake.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Binary file modified icons/mob/vore/ears_32x64.dmi
Binary file not shown.

0 comments on commit 552a7a9

Please sign in to comment.