Skip to content

Commit

Permalink
Merge pull request TS-Rogue-Star#621 from probbrie/AntlerPort
Browse files Browse the repository at this point in the history
Added Palmated Antler Sprite and Character Menu Option
  • Loading branch information
Lilly-Lira authored Oct 12, 2024
2 parents 948a1fd + 464786c commit 96bd1a5
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 //RS Add
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 //RS Add
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 96bd1a5

Please sign in to comment.