mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #10314 from VOREStation/upstream-merge-8065
[MIRROR] Standardizes Boxes
This commit is contained in:
committed by
Chompstation Bot
parent
83a2fdc561
commit
8d751f9969
@@ -22,4 +22,4 @@
|
|||||||
// Container sizes. Note that different containers can hold a maximum ITEMSIZE.
|
// Container sizes. Note that different containers can hold a maximum ITEMSIZE.
|
||||||
#define INVENTORY_STANDARD_SPACE ITEMSIZE_COST_NORMAL * 7 // 28
|
#define INVENTORY_STANDARD_SPACE ITEMSIZE_COST_NORMAL * 7 // 28
|
||||||
#define INVENTORY_DUFFLEBAG_SPACE ITEMSIZE_COST_NORMAL * 9 // 36
|
#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