Skip to content

Commit

Permalink
Size backpack (SierraBay#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddorou authored and dj-34 committed Feb 12, 2024
1 parent c4db7e2 commit b8c7ed3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions maps/sierra/items/backpack.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/obj/item/storage/backpack
max_w_class = ITEM_SIZE_NORMAL

/obj/item/storage/backpack/dufflebag
max_w_class = ITEM_SIZE_LARGE

/obj/item/storage/backpack/satchel/syndie_kit
max_w_class = ITEM_SIZE_LARGE
1 change: 1 addition & 0 deletions maps/sierra/sierra.dm
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
#include "items/rigs.dm"
#include "items/stamps.dm"
#include "items/pouches.dm"
#include "items/backpack.dm"

#include "items/clothing/clothing.dm"
#include "items/clothing/exploration.dm"
Expand Down

0 comments on commit b8c7ed3

Please sign in to comment.