Standardizes Boxes (#8065)

* Standardizes Boxes

This standardizes all boxes to 7 slots, instead of the current system where we have a ton of 4-slot boxes, and a ton of 7-slot boxes.

* Update inventory_sizes.dm
This commit is contained in:
Novacat
2021-05-13 02:01:09 -04:00
committed by GitHub
parent e317eab41a
commit d1e9f87af2

View File

@@ -22,4 +22,4 @@
// Container sizes. Note that different containers can hold a maximum ITEMSIZE.
#define INVENTORY_STANDARD_SPACE ITEMSIZE_COST_NORMAL * 7 // 28
#define INVENTORY_DUFFLEBAG_SPACE ITEMSIZE_COST_NORMAL * 9 // 36
#define INVENTORY_BOX_SPACE ITEMSIZE_COST_SMALL * 4 // 8
#define INVENTORY_BOX_SPACE ITEMSIZE_COST_SMALL * 7 // 14