medi belt can hold chemical analyzer. also removed redundant line

This commit is contained in:
AbsFree
2024-12-23 13:29:50 +01:00
parent 042ef547e2
commit b55fb91d6c
+2 -2
View File
@@ -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