added comments :D

This commit is contained in:
AbsFree
2025-02-12 19:14:59 +01:00
parent 1576a3f9ea
commit 521126f194
+5
View File
@@ -149,6 +149,9 @@
/obj/item/storage/belt/medical/ComponentInitialize()
. = ..()
var/datum/component/storage/STR = GetComponent(/datum/component/storage)
// GS13 Edit
//STR.max_w_class = WEIGHT_CLASS_BULKY
// GS13 End Edit
STR.max_items = 11
STR.max_w_class = WEIGHT_CLASS_NORMAL
STR.max_combined_w_class = 24
@@ -201,8 +204,10 @@
/obj/item/implanter,
/obj/item/pinpointer/crew,
/obj/item/reagent_containers/chem_pack,
// GS13 Edit
/obj/item/stack/sticky_tape, //surgical tape
/obj/item/fermichem/pHmeter // chemical analyzer
// GS13 End Edit
))
/obj/item/storage/belt/medical/surgery_belt_adv