Skip to content

Commit

Permalink
🐶
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinpachu committed May 17, 2024
1 parent 36ebbd1 commit d62c028
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions code/game/objects/items/storage/toolbox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,9 @@
STR.max_items = 12
STR.max_w_class = WEIGHT_CLASS_BULKY
STR.set_holdable(list(
/obj/item/gun
/obj/item/ammo_box
/obj/item/gun,
/obj/item/ammo_box,
/obj/item/stock_parts/cell/gun
))

/obj/item/storage/toolbox/pistolcase
Expand All @@ -348,8 +349,9 @@
STR.max_items = 8
STR.max_w_class = WEIGHT_CLASS_NORMAL
STR.set_holdable(list(
/obj/item/gun
/obj/item/ammo_box
/obj/item/gun,
/obj/item/ammo_box/
/obj/item/stock_parts/cell/gun
))
/obj/item/storage/toolbox/pistolcase/stechkin
/obj/item/storage/toolbox/pistolcase/stechkin/PopulateContents()
Expand Down

0 comments on commit d62c028

Please sign in to comment.