mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user