mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-29 19:11:51 +00:00
Fixes PDA / Bag actions (#90172)
## About The Pull Request These have multiple slots you'd use them from ## Changelog 🆑 Melbert fix: PDA flashlight action button is given in any slot fix: Bag action button is given in any slot /🆑
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
icon = 'icons/obj/storage/storage.dmi'
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
interaction_flags_click = ALLOW_RESTING|FORBID_TELEKINESIS_REACH
|
||||
action_slots = ALL
|
||||
var/rummage_if_nodrop = TRUE
|
||||
/// Should we preload the contents of this type?
|
||||
/// BE CAREFUL, THERE'S SOME REALLY NASTY SHIT IN THIS TYPEPATH
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
looping_sound = FALSE
|
||||
|
||||
shell_capacity = SHELL_CAPACITY_SMALL
|
||||
action_slots = ALL
|
||||
|
||||
///The item currently inserted into the PDA, starts with a pen.
|
||||
var/obj/item/inserted_item = /obj/item/pen
|
||||
|
||||
Reference in New Issue
Block a user