mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 19:43:16 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user