mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Misc QoL tweaks (#18271)
* Explorer belt can hold binoculars * Allows chem bags to hold autoinjectors and be on belt * Adds some more to belt * comment
This commit is contained in:
@@ -448,8 +448,7 @@
|
||||
max_storage_space = 200
|
||||
w_class = ITEMSIZE_LARGE
|
||||
slowdown = 1 //you probably shouldn't be running with chemicals
|
||||
can_hold = list(/obj/item/reagent_containers/pill,/obj/item/reagent_containers/glass/beaker,/obj/item/reagent_containers/glass/bottle)
|
||||
slot_flags = null
|
||||
can_hold = list(/obj/item/reagent_containers/pill,/obj/item/reagent_containers/glass/beaker,/obj/item/reagent_containers/glass/bottle, /obj/item/reagent_containers/hypospray/autoinjector)
|
||||
|
||||
// -----------------------------
|
||||
// Xeno Bag
|
||||
|
||||
@@ -78,10 +78,13 @@
|
||||
/obj/item/extinguisher/mini,
|
||||
/obj/item/tape_roll,
|
||||
/obj/item/integrated_electronics/wirer,
|
||||
/obj/item/integrated_electronics/debugger, //Vorestation edit adding debugger to toolbelt can hold list
|
||||
/obj/item/shovel/spade, //VOREStation edit. If it can hold minihoes and hatchers, why not the gardening spade?
|
||||
/obj/item/stack/nanopaste, //VOREStation edit. Think of it as a tube of superglue. Belts hold that all the time.
|
||||
/obj/item/geiger //VOREStation edit. Engineers work with rad-slinging stuff sometimes too
|
||||
/obj/item/pipe_dispenser,
|
||||
/obj/item/holosign_creator/combifan,
|
||||
/obj/item/rcd,
|
||||
/obj/item/integrated_electronics/debugger,
|
||||
/obj/item/shovel/spade,
|
||||
/obj/item/stack/nanopaste,
|
||||
/obj/item/geiger
|
||||
)
|
||||
|
||||
/obj/item/storage/belt/utility/full
|
||||
@@ -645,6 +648,7 @@
|
||||
/obj/item/cataloguer,
|
||||
/obj/item/radio,
|
||||
/obj/item/mapping_unit,
|
||||
/obj/item/binoculars,
|
||||
/obj/item/kinetic_crusher,
|
||||
/obj/item/analyzer,
|
||||
/obj/item/storage/sample_container
|
||||
|
||||
Reference in New Issue
Block a user