diff --git a/code/modules/clothing/suits/costume.dm b/code/modules/clothing/suits/costume.dm index f63e2ffecd6..14a2bbeec78 100644 --- a/code/modules/clothing/suits/costume.dm +++ b/code/modules/clothing/suits/costume.dm @@ -706,7 +706,7 @@ icon_state = "bear" worn_icon_state = "bear" inhand_icon_state = null - body_parts_covered = CHEST|GROIN|ARMS|LEGS + body_parts_covered = CHEST|GROIN|ARMS|LEGS|HANDS flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT ///Are we friendly with bears (wearing the full head/suit combo)? var/full_suit = FALSE