diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index ef4baa9962e8..1da5afc719c3 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -317,9 +317,9 @@ /obj/item/storage/belt/mining/ComponentInitialize() . = ..() var/datum/component/storage/STR = GetComponent(/datum/component/storage) - STR.max_items = 6 + STR.max_items = 8 STR.max_w_class = WEIGHT_CLASS_BULKY - STR.max_combined_w_class = 20 + STR.max_combined_w_class = 24 STR.set_holdable(list( /obj/item/crowbar, /obj/item/screwdriver, @@ -346,12 +346,14 @@ /obj/item/stack/medical, /obj/item/kitchen/knife, /obj/item/reagent_containers/hypospray, + /obj/item/lazarus_injector, /obj/item/gps, /obj/item/storage/bag/ore, /obj/item/survivalcapsule, /obj/item/t_scanner/adv_mining_scanner, /obj/item/reagent_containers/pill, /obj/item/storage/pill_bottle, + /obj/item/reagent_containers/food/drinks/bottle/whiskey, /obj/item/stack/ore, /obj/item/reagent_containers/food/drinks, /obj/item/hivelordstabilizer, @@ -361,8 +363,7 @@ /obj/item/stack/marker_beacon, /obj/item/handdrill, /obj/item/jawsoflife, - /obj/item/restraints/legcuffs/bola/watcher, - /obj/item/claymore/bone + /obj/item/restraints/legcuffs/bola/watcher )) @@ -382,7 +383,7 @@ /obj/item/storage/belt/mining/primitive/ComponentInitialize() . = ..() var/datum/component/storage/STR = GetComponent(/datum/component/storage) - STR.max_items = 5 + STR.max_items = 6 /obj/item/storage/belt/soulstone name = "soul stone belt"