make max stack 67

This commit is contained in:
namefulwuzhere 2026-03-04 11:00:30 -08:00 committed by GitHub
parent 5a7e1474b5
commit 440be30f03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@
#include "Inventory.h"
const int Inventory::POP_TIME_DURATION = 5;
const int Inventory::MAX_INVENTORY_STACK_SIZE = 64;
const int Inventory::MAX_INVENTORY_STACK_SIZE = 67;
const int Inventory::INVENTORY_SIZE = 4 * 9;
const int Inventory::SELECTION_SIZE = 9;