fixes space chicken leg asymmetry that was making a sprite look weird and also fixing the sprite because it was weird (#17045)

* fixing tesh legs and the underfluff sprite

* we will not be going to to de_minitest today

oopsie
This commit is contained in:
TankTheBirb
2025-02-03 03:34:03 -05:00
committed by GitHub
parent d0422319dc
commit 8b460a08e4
3 changed files with 1 additions and 1 deletions
@@ -844,7 +844,7 @@ includes scars and tattoos
/datum/sprite_accessory/marking/teshi_fluff
name = "Underfluff (Teshari)"
icon_state = "teshi_fluff"
body_parts = list(BP_HEAD, BP_TORSO, BP_GROIN, BP_R_LEG, BP_L_LEG)
body_parts = list(BP_HEAD, BP_TORSO, BP_GROIN, BP_R_LEG, BP_L_LEG, BP_L_FOOT, BP_R_FOOT)
color_blend_mode = ICON_MULTIPLY
species_allowed = list(SPECIES_TESHARI)