From 94a7b2ebe4edc75a2d07ea00c71a4eef8a6945e6 Mon Sep 17 00:00:00 2001 From: radiantAurora <80002839+radiantAurora@users.noreply.github.com> Date: Fri, 6 Jan 2023 21:31:30 +0000 Subject: [PATCH] Update sprite_accessories_extra.dm --- code/modules/mob/new_player/sprite_accessories_extra.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"