Skip to content

Commit

Permalink
internal storage restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostsheet committed Jul 19, 2023
1 parent cff9763 commit 4bd7780
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/storage/pouch.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
max_w_class = SIZE_MEDIUM
cant_hold = list( //Prevent inventory bloat
/obj/item/storage/firstaid,
/obj/item/storage/bible
/obj/item/storage/bible,
/obj/item/storage/box,
)
storage_slots = null
max_storage_space = 2
Expand Down

0 comments on commit 4bd7780

Please sign in to comment.