fixes bear suit not hiding your hands (#94859)

## About The Pull Request

fixes #92341. 

## Why It's Good For The Game

muh bear larping

## Changelog

🆑

fix: fixed bear suit not hiding hands

/🆑
This commit is contained in:
ElGitificador
2026-01-15 00:55:53 +01:00
committed by GitHub
parent a870cb377f
commit bfa5aa847e
+1 -1
View File
@@ -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