mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-13 21:15:12 -05:00
Fix adult wallet having its own max capacity
This commit is contained in:
parent
09ab2dc24c
commit
717c639783
@ -276,10 +276,6 @@ ItemTrackerNumbers GetItemCurrentAndMax(ItemTrackerItem item) {
|
||||
result.currentAmmo = AMMO(ITEM_SLINGSHOT);
|
||||
break;
|
||||
case ITEM_WALLET_ADULT:
|
||||
result.currentCapacity = CUR_CAPACITY(UPG_WALLET);
|
||||
result.maxCapacity = 200;
|
||||
result.currentAmmo = gSaveContext.rupees;
|
||||
break;
|
||||
case ITEM_WALLET_GIANT:
|
||||
result.currentCapacity = CUR_CAPACITY(UPG_WALLET);
|
||||
result.maxCapacity = 500;
|
||||
|
Loading…
Reference in New Issue
Block a user