From 1fb55f0353f806bfe2926ffa63b34039b72f8758 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Tue, 19 Aug 2025 18:24:01 -0400 Subject: [PATCH] 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 --- code/game/objects/items/weapons/storage/bags.dm | 3 +-- code/game/objects/items/weapons/storage/belt.dm | 12 ++++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/code/game/objects/items/weapons/storage/bags.dm b/code/game/objects/items/weapons/storage/bags.dm index eb57aabd4be..56466524b3c 100644 --- a/code/game/objects/items/weapons/storage/bags.dm +++ b/code/game/objects/items/weapons/storage/bags.dm @@ -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 diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index c31709e8cd3..51cd8c286af 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -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