mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Adds ALLOW_RESTING to a bunch of items (#82761)
## About The Pull Request Allows you to alt-click a bunch of items while resting. Fixes #82788 ## Why It's Good For The Game Some of these, such as storage, are bugfixes. You shouldn't need to be standing up to configure a spray can, or change the direction of your bedsheet Others are just sensible changes. ## Changelog 🆑 Melbert fix: You can open bags with alt click while resting again qol: Many items which previously required you to stand to alt-click now don't, such as bedsheets and spray cans /🆑
This commit is contained in:
@@ -20,7 +20,7 @@ LINEN BINS
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
resistance_flags = FLAMMABLE
|
||||
dying_key = DYE_REGISTRY_BEDSHEET
|
||||
interaction_flags_click = NEED_DEXTERITY
|
||||
interaction_flags_click = NEED_DEXTERITY|ALLOW_RESTING
|
||||
|
||||
dog_fashion = /datum/dog_fashion/head/ghost
|
||||
/// Custom nouns to act as the subject of dreams
|
||||
|
||||
Reference in New Issue
Block a user