mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[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:
committed by
GitHub
parent
b02d0bdb4b
commit
e9043e4206
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user