Skip to content

Commit

Permalink
nice move
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinpachu committed May 17, 2024
1 parent 2b67a8e commit e5f876a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/items/storage/toolbox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@
STR.max_w_class = WEIGHT_CLASS_BULKY
STR.set_holdable(list(
/obj/item/gun
/obj/item/ammo_box
))

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

0 comments on commit e5f876a

Please sign in to comment.