Skip to content

Commit

Permalink
Fixes downward fox tail disappearing on wag.
Browse files Browse the repository at this point in the history
  • Loading branch information
thingpony committed Jul 19, 2024
1 parent a098608 commit fa685ff
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 fa685ff

Please sign in to comment.