mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
Merge pull request #1464 from garrettjoecox/tiny-fix-for-tracker-wallet
Fix adult wallet having its own max capacity on tracker
This commit is contained in:
commit
04a375aa6e
1 changed files with 0 additions and 4 deletions
|
@ -276,10 +276,6 @@ ItemTrackerNumbers GetItemCurrentAndMax(ItemTrackerItem item) {
|
||||||
result.currentAmmo = AMMO(ITEM_SLINGSHOT);
|
result.currentAmmo = AMMO(ITEM_SLINGSHOT);
|
||||||
break;
|
break;
|
||||||
case ITEM_WALLET_ADULT:
|
case ITEM_WALLET_ADULT:
|
||||||
result.currentCapacity = CUR_CAPACITY(UPG_WALLET);
|
|
||||||
result.maxCapacity = 200;
|
|
||||||
result.currentAmmo = gSaveContext.rupees;
|
|
||||||
break;
|
|
||||||
case ITEM_WALLET_GIANT:
|
case ITEM_WALLET_GIANT:
|
||||||
result.currentCapacity = CUR_CAPACITY(UPG_WALLET);
|
result.currentCapacity = CUR_CAPACITY(UPG_WALLET);
|
||||||
result.maxCapacity = 500;
|
result.maxCapacity = 500;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue