Skip to content

Commit

Permalink
Stuff I forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jul 28, 2024
1 parent 8307f36 commit 66daf0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,19 @@
/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(
/obj/item/tool/shovel/etool,
/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
Expand Down
2 changes: 2 additions & 0 deletions code/modules/clothing/under/ties.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66daf0d

Please sign in to comment.