From 66daf0df99ec031a7196fda01a9fe52e25daa0ef Mon Sep 17 00:00:00 2001 From: Git-Nivrak <59925169+Git-Nivrak@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:57:51 +0300 Subject: [PATCH] Stuff I forgot --- code/game/objects/items/storage/belt.dm | 6 ++++++ code/modules/clothing/under/ties.dm | 2 ++ 2 files changed, 8 insertions(+) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 32392d34297b..5189f4e3b7aa 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -163,6 +163,9 @@ /obj/item/device/lightreplacer, /obj/item/stack/sheet/metal, /obj/item/stack/sheet/plasteel, + /obj/item/stack/sandbags_empty, + /obj/item/stack/sandbags, + /obj/item/defenses/handheld/sentry, ) bypass_w_limit = list( @@ -170,6 +173,9 @@ /obj/item/device/lightreplacer, /obj/item/stack/sheet/metal, /obj/item/stack/sheet/plasteel, + /obj/item/stack/sandbags_empty, + /obj/item/stack/sandbags, + /obj/item/defenses/handheld/sentry, ) /obj/item/storage/belt/utility/full/pred diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 8d6178199755..6ec29911c958 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -599,6 +599,8 @@ /obj/item/tool/wirecutters, /obj/item/stack/cable_coil, /obj/item/device/multitool, + /obj/item/tool/shovel/etool, + /obj/item/weapon/gun/smg/nailgun/compact, ) /obj/item/storage/internal/accessory/tool_webbing/small