From b55fb91d6cd26559c6b90ccdd41586a671021767 Mon Sep 17 00:00:00 2001 From: AbsFree Date: Mon, 23 Dec 2024 13:29:50 +0100 Subject: [PATCH] medi belt can hold chemical analyzer. also removed redundant line --- code/game/objects/items/storage/belt.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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