File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ export const calcTomeQuantity = (account, characters) => {
321321 quantities . push ( parseFloat ( account . accountOptions ?. [ 221 ] ) ) ; // Largest Magic Bean Trade
322322 quantities . push ( account . accountOptions ?. [ 222 ] ) ; // Most Balls earned from LBoFaF
323323 quantities . push ( account . arcade ?. totalUpgradeLevels ) ;
324- quantities . push ( Math . min ( 500 , getUpgradeVaultBonus ( account ?. upgradeVault ?. upgrades , 57 ) ) ) ; // [81]
324+ quantities . push ( Math . min ( 1500 , getUpgradeVaultBonus ( account ?. upgradeVault ?. upgrades , 57 ) ) ) ; // [81]
325325 quantities . push ( account ?. hole ?. caverns ?. gambit ?. totalTime ) // [82]
326326 quantities . push ( account ?. hole ?. totalResources ) // [83]
327327 quantities . push ( account ?. hole ?. totalVillagersLevels ) // [84]
You can’t perform that action at this time.
0 commit comments