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

Co-authored-by: TankTheBirb <96669534+TankTheBirb@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-03 02:14:51 -07:00
committed by GitHub
parent b02d0bdb4b
commit e9043e4206
3 changed files with 1 additions and 1 deletions

View File

@@ -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)