diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 127796be..6397d599 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -474,32 +474,93 @@ obj/item/storage/belt/slut/ComponentInitialize() STR.max_combined_w_class = 32 STR.max_w_class = WEIGHT_CLASS_NORMAL STR.can_hold = typecacheof(list( + /obj/item/ammo_box, + /obj/item/ammo_casing/shotgun, + /obj/item/analyzer, + /obj/item/assembly/flash/handheld, + /obj/item/assembly/mousetrap, + /obj/item/assembly/signaler, + /obj/item/bikehorn/rubberducky, + /obj/item/cautery, + /obj/item/circular_saw, + /obj/item/clothing/glasses, + /obj/item/clothing/gloves, + /obj/item/clothing/mask/breath, + /obj/item/clothing/mask/breath/medical, + /obj/item/clothing/mask/muzzle, + /obj/item/clothing/mask/surgical, + /obj/item/clothing/neck/stethoscope, + /obj/item/construction/rcd, /obj/item/crowbar, + /obj/item/dnainjector, + /obj/item/extinguisher/mini, + /obj/item/flashlight, + /obj/item/flashlight/pen, + /obj/item/flashlight/seclite, + /obj/item/forcefield_projector, + /obj/item/geiger_counter, + /obj/item/grenade, + /obj/item/grenade/chem_grenade, + /obj/item/grenade/chem_grenade/metalfoam, + /obj/item/grenade/chem_grenade/smart_metal_foam, + /obj/item/gun/syringe/syndicate, + /obj/item/healthanalyzer, + /obj/item/hemostat, + /obj/item/holosign_creator, + /obj/item/holosign_creator/atmos, + /obj/item/holosign_creator/engineering, + /obj/item/hypospray/mkii, + /obj/item/implant, + /obj/item/implantcase, + /obj/item/implanter, + /obj/item/key/janitor, + /obj/item/kitchen/knife/combat, + /obj/item/lazarus_injector, + /obj/item/lighter, + /obj/item/lightreplacer, + /obj/item/melee/baton, + /obj/item/melee/classic_baton, + /obj/item/melee/classic_baton/telescopic, + /obj/item/melee/flyswatter, + /obj/item/multitool, + /obj/item/paint/paint_remover, + /obj/item/pinpointer/crew, + /obj/item/pipe_dispenser, + /obj/item/radio, + /obj/item/rcd_ammo, + /obj/item/reagent_containers/blood, + /obj/item/reagent_containers/dropper, + /obj/item/reagent_containers/food/snacks/donut, + /obj/item/reagent_containers/glass/beaker, + /obj/item/reagent_containers/glass/bottle, + /obj/item/reagent_containers/hypospray, + /obj/item/reagent_containers/medspray, + /obj/item/reagent_containers/pill, + /obj/item/reagent_containers/spray, + /obj/item/reagent_containers/spray/pepper, + /obj/item/reagent_containers/syringe, + /obj/item/restraints/handcuffs, + /obj/item/restraints/legcuffs/bola, + /obj/item/retractor, + /obj/item/scalpel, /obj/item/screwdriver, + /obj/item/sensor_device, + /obj/item/soap, + /obj/item/stack/cable_coil, + /obj/item/stack/medical, + /obj/item/stack/rods, + /obj/item/stack/tile/plasteel, + /obj/item/stamp, + /obj/item/storage/fancy/cigarettes, + /obj/item/storage/pill_bottle, + /obj/item/surgical_drapes, //for true paramedics + /obj/item/surgicaldrill, + /obj/item/t_scanner, + /obj/item/tank/internals/emergency_oxygen, /obj/item/weldingtool, /obj/item/wirecutters, /obj/item/wrench, - /obj/item/multitool, - /obj/item/flashlight, - /obj/item/stack/cable_coil, - /obj/item/t_scanner, - /obj/item/analyzer, - /obj/item/geiger_counter, - /obj/item/extinguisher/mini, - /obj/item/radio, - /obj/item/clothing/gloves, - /obj/item/holosign_creator/atmos, - /obj/item/holosign_creator/engineering, - /obj/item/forcefield_projector, - /obj/item/assembly/signaler, - /obj/item/lightreplacer, - /obj/item/rcd_ammo, - /obj/item/construction/rcd, - /obj/item/pipe_dispenser, - /obj/item/stack/rods, - /obj/item/stack/tile/plasteel, - /obj/item/grenade/chem_grenade/metalfoam, - /obj/item/grenade/chem_grenade/smart_metal_foam + /obj/item/wrench/medical )) /obj/item/storage/belt/grenade