diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index a8342b87bd..371d6ff771 100755 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -149,7 +149,6 @@ /obj/item/storage/belt/medical/ComponentInitialize() . = ..() var/datum/component/storage/STR = GetComponent(/datum/component/storage) - STR.max_w_class = WEIGHT_CLASS_BULKY STR.max_items = 11 STR.max_w_class = WEIGHT_CLASS_NORMAL STR.max_combined_w_class = 24 @@ -202,7 +201,8 @@ /obj/item/implanter, /obj/item/pinpointer/crew, /obj/item/reagent_containers/chem_pack, - /obj/item/stack/sticky_tape //surgical tape + /obj/item/stack/sticky_tape, //surgical tape + /obj/item/fermichem/pHmeter // chemical analyzer )) /obj/item/storage/belt/medical/surgery_belt_adv