From e3f373077e6dadaa8f43f41bbc3bb18e77e55654 Mon Sep 17 00:00:00 2001 From: iramoye Date: Thu, 18 Sep 2025 14:30:21 -0500 Subject: [PATCH] Initial commit (#30486) --- code/game/objects/items/weapons/storage/belt.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index 1b311fe0763..f06365d3172 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -265,8 +265,6 @@ /obj/item/cultivator, /obj/item/hatchet, /obj/item/reagent_containers/glass/bottle, -// /obj/item/reagent_containers/syringe, -// /obj/item/reagent_containers/glass/beaker, /obj/item/lighter/zippo, /obj/item/storage/fancy/cigarettes, /obj/item/shovel/spade,