diff --git a/code/modules/mob/new_player/sprite_accessories_extra.dm b/code/modules/mob/new_player/sprite_accessories_extra.dm index e410bd2eb2..0e8b603a7f 100644 --- a/code/modules/mob/new_player/sprite_accessories_extra.dm +++ b/code/modules/mob/new_player/sprite_accessories_extra.dm @@ -587,7 +587,7 @@ shadekin_snoot name = "Wrist Fluff" icon_state = "fluffy_cuffs" color_blend_mode = ICON_MULTIPLY - body_parts = list(BP_L_ARM,BP_R_ARM) + body_parts = list(BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND) /datum/sprite_accessory/marking/vr/chubby_belly name = "Chubby Belly"