mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +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:
@@ -10,7 +10,7 @@
|
||||
throw_speed = 3
|
||||
throw_range = 5
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
interaction_flags_click = FORBID_TELEKINESIS_REACH
|
||||
interaction_flags_click = FORBID_TELEKINESIS_REACH|ALLOW_RESTING
|
||||
|
||||
///The implant case currently inserted into the pad.
|
||||
var/obj/item/implantcase/inserted_case
|
||||
|
||||
Reference in New Issue
Block a user