Merge pull request #10314 from VOREStation/upstream-merge-8065

[MIRROR] Standardizes Boxes
This commit is contained in:
Novacat
2021-05-13 13:29:58 -04:00
committed by Chompstation Bot
parent 83a2fdc561
commit 8d751f9969

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