Skip to content

Commit

Permalink
Merge pull request #5413 from ARF-SS13/adding-more-color-to-tail
Browse files Browse the repository at this point in the history
Lets us color the tip of the big cat tail, also adds in a duel color option for cat ears
  • Loading branch information
Tk420634 authored Sep 29, 2024
2 parents 9b94777 + 765bbbe commit 5a4cd7e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions code/modules/mob/dead/new_player/sprite_accessories/ears.dm
Original file line number Diff line number Diff line change
Expand Up @@ -610,3 +610,10 @@
icon_state = "draconicspikes"
icon = 'icons/mob/mam/citadel/mam_ears.dmi'
matrixed_sections = MATRIX_ALL

//Two tone ears

/datum/sprite_accessory/ears/mam_ears/catbigtwo
name = "Cat, Big Duel Color"
icon_state = "catbigtwo"
matrixed_sections = MATRIX_ALL
8 changes: 4 additions & 4 deletions code/modules/mob/dead/new_player/sprite_accessories/tails.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@
icon_state = "catbig"
icon = 'icons/mob/mam/citadel/mam_tails.dmi'
color_src = MATRIXED
matrixed_sections = MATRIX_RED
matrixed_sections = MATRIX_RED_GREEN

/datum/sprite_accessory/tails_animated/human/catbig
name = "Cat, Big"
icon_state = "catbig"
icon = 'icons/mob/mam/citadel/mam_tails.dmi'
color_src = MATRIXED
matrixed_sections = MATRIX_RED
matrixed_sections = MATRIX_RED_GREEN

/datum/sprite_accessory/tails/human/twocat
name = "Cat, Double"
Expand Down Expand Up @@ -671,12 +671,12 @@
/datum/sprite_accessory/tails/mam_tails/catbig
name = "Cat, Big"
icon_state = "catbig"
matrixed_sections = MATRIX_RED
matrixed_sections = MATRIX_RED_GREEN

/datum/sprite_accessory/tails_animated/mam_tails_animated/catbig
name = "Cat, Big"
icon_state = "catbig"
matrixed_sections = MATRIX_RED
matrixed_sections = MATRIX_RED_GREEN

/datum/sprite_accessory/tails/mam_tails/twocat
name = "Cat, Double"
Expand Down
Binary file modified icons/mob/mam/citadel/mam_ears.dmi
Binary file not shown.
Binary file modified icons/mob/mam/citadel/mam_tails.dmi
Binary file not shown.

0 comments on commit 5a4cd7e

Please sign in to comment.