Skip to content

Commit

Permalink
Merge pull request #41 from ARF-SS13/fixing-downward-fox
Browse files Browse the repository at this point in the history
Fixes downward fox tail disappearing on wag.
  • Loading branch information
Tk420634 committed Jul 19, 2024
2 parents a098608 + fa685ff commit 9928bce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modular_coyote/code/mam_tails_coyote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN

/datum/sprite_accessory/tails_animated/mam_tails_animated/fennecdown
name = "Downward Fennec Tail"
icon_state = "downwardfennec"
icon = 'icons/mob/mam/coyote/mam_tails.dmi'
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN

/datum/sprite_accessory/tails/human/fennecdown
name = "Downward Fennec Tail"
icon_state = "downwardfennec"
Expand Down

0 comments on commit 9928bce

Please sign in to comment.