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