Skip to content

Commit

Permalink
Adds Short tail override and mutant color alt (#25291)
Browse files Browse the repository at this point in the history
* Adds Short tail override

For reasons unknown to me, SR has an override on the lizard tails to turn their TG steel-blue grayscale palette into a true grayscale. This accounts for the override file and matches the SR lizard grayscale palette.

* Added two-tone tail. Still fixing bugs with it.

Added two-tone tail. m_tail_short2tone_BEHIND_secondary is not playing nice though.

* Wagwagwagwagwagwagwag

* Makes front_secondary line up with front_primary for wagging. Why were these disjointed by one pixel???

Oops!

* Update skyrat_config.txt

* Update skyrat_config.txt

Removes moan; untested

* Update skyrat_config.txt

---------

Co-authored-by: Bloop <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Dec 12, 2023
1 parent 88e65c2 commit 5a6f614
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file modified modular_skyrat/master_files/icons/mob/sprite_accessory/tails.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
recommended_species = list(SPECIES_LIZARD, SPECIES_LIZARD_ASH, SPECIES_MAMMAL, SPECIES_UNATHI, SPECIES_LIZARD_SILVER)
organ_type = /obj/item/organ/external/tail/lizard

/datum/sprite_accessory/tails/lizard/short/twotone
name = "Short (Two-Tone)"
icon_state = "short2tone"
color_src = USE_MATRIXED_COLORS

/datum/sprite_accessory/tails/human
recommended_species = list(SPECIES_HUMAN, SPECIES_SYNTH, SPECIES_FELINE, SPECIES_MAMMAL, SPECIES_GHOUL)
organ_type = /obj/item/organ/external/tail/cat
Expand Down

0 comments on commit 5a6f614

Please sign in to comment.