Skip to content

Commit

Permalink
[no gbp] Fixes uniform alt click while resting (#83231)
Browse files Browse the repository at this point in the history
## About The Pull Request
Allow_resting was not enabled set for uniforms
## Why It's Good For The Game
Fixes #83225
## Changelog
:cl:
fix: You can adjust your uniform while lying down again
/:cl:
  • Loading branch information
jlsnow301 committed May 15, 2024
1 parent 53518e0 commit 84472cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/clothing/under/_under.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
drop_sound = 'sound/items/handling/cloth_drop.ogg'
pickup_sound = 'sound/items/handling/cloth_pickup.ogg'
limb_integrity = 30
interaction_flags_click = ALLOW_RESTING

/// Has this undersuit been freshly laundered and, as such, imparts a mood bonus for wearing
var/freshly_laundered = FALSE
Expand Down

0 comments on commit 84472cb

Please sign in to comment.