mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +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:
@@ -85,7 +85,7 @@
|
||||
w_class = WEIGHT_CLASS_HUGE
|
||||
semi_auto = TRUE
|
||||
accepted_magazine_type = /obj/item/ammo_box/magazine/internal/shot/tube
|
||||
interaction_flags_click = NEED_DEXTERITY|NEED_HANDS
|
||||
interaction_flags_click = NEED_DEXTERITY|NEED_HANDS|ALLOW_RESTING
|
||||
/// If defined, the secondary tube is this type, if you want different shell loads
|
||||
var/alt_mag_type
|
||||
/// If TRUE, we're drawing from the alternate_magazine
|
||||
|
||||
Reference in New Issue
Block a user