mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
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:
@@ -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