Skip to content

Commit

Permalink
Merge pull request TS-Rogue-Star#640 from Lilly-Lira/GoatEars
Browse files Browse the repository at this point in the history
Goat Ears!
  • Loading branch information
Very-Soft authored Oct 31, 2024
2 parents 94a4d0f + eb2db0e commit aa31c64
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ATTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,3 +312,9 @@
**Link:** https://www.youtube.com/watch?v=Xiyq3Ax3Jbc
**License:** Permission to use provided by creator<br>
<br>
**File:** `icons/mob/human_races/sprite_accessories/ears.dmi`<br>
**Icon-States:** goatears_outer, goatears_inner, goatears_horns<br>
**Creator:** Snowbell<br>
**Link:** https://github.com/CHOMPStation2/CHOMPStation2/pull/5715<br>
**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)<br>
<br>
9 changes: 9 additions & 0 deletions code/modules/mob/new_player/sprite_accessories_ear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -842,4 +842,13 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY

/datum/sprite_accessory/ears/goatearshorns //RS Add
name = "Goat Ears and Horns"
desc = ""
icon_state = "goatears_outer"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "goatears_inner"
extra_overlay2 = "goatears_horns"

// Special snowflake ears go below here.
Binary file modified icons/mob/human_races/sprite_accessories/ears.dmi
Binary file not shown.

0 comments on commit aa31c64

Please sign in to comment.