mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +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:
@@ -30,7 +30,7 @@
|
||||
grind_results = list(/datum/reagent/cellulose = 3)
|
||||
color = COLOR_WHITE
|
||||
item_flags = SKIP_FANTASY_ON_SPAWN
|
||||
interaction_flags_click = NEED_DEXTERITY|NEED_HANDS
|
||||
interaction_flags_click = NEED_DEXTERITY|NEED_HANDS|ALLOW_RESTING
|
||||
|
||||
/// Lazylist of raw, unsanitised, unparsed text inputs that have been made to the paper.
|
||||
var/list/datum/paper_input/raw_text_inputs
|
||||
|
||||
Reference in New Issue
Block a user