Fix for the fat tauric bodies missing their appropriate lower half sprites on hardsuits, biosuits, and various full body suits.

This commit is contained in:
Belaya
2025-03-08 15:15:27 -06:00
parent 2b09556ca7
commit b8f3e491f3
@@ -15,12 +15,14 @@
icon_state = "fatdrake"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
taur_mode = STYLE_PAW_TAURIC
/datum/sprite_accessory/taur/fatwolf //ported from Vorestation
name = "Fat Wolf"
icon = 'GainStation13/icons/mob/markings/mam_taur.dmi'
icon_state = "fatwolf"
color_src = MUTCOLORS
taur_mode = STYLE_PAW_TAURIC
/datum/sprite_accessory/taur/fatliz //ported from Vorestation
name = "Fat Lizard"
@@ -28,6 +30,7 @@
icon_state = "fatliz"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
taur_mode = STYLE_PAW_TAURIC
/datum/sprite_accessory/taur/longtailfluff //ported from Vorestation
name = "Long Fluffy Tail"
@@ -41,6 +44,7 @@
icon = 'GainStation13/icons/mob/markings/mam_taur.dmi'
icon_state = "fatsynthwolf"
color_src = MUTCOLORS
taur_mode = STYLE_PAW_TAURIC
/datum/sprite_accessory/taur/bigleggies //ported from Vorestation
name = "Big Leggies"
@@ -54,6 +58,7 @@
icon_state = "fatnaga"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
taur_mode = STYLE_SNEK_TAURIC
/datum/sprite_accessory/taur/altnaga //ported from Vorestation
name = "Alt Naga"
@@ -61,3 +66,4 @@
icon_state = "altnaga"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
taur_mode = STYLE_SNEK_TAURIC