mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
Increase level cap from 50 to 60
This commit is contained in:
parent
d0f2a6c5f9
commit
29d6c4cc8a
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ export default function investmentValidator (skills) {
|
||||||
totalSpent += treeTotal;
|
totalSpent += treeTotal;
|
||||||
treeIndex += 1;
|
treeIndex += 1;
|
||||||
};
|
};
|
||||||
if (totalSpent > (50 - 3) + 11 + 11) { return false; }
|
if (totalSpent > (60 - 3) + 11 + 11) { return false; }
|
||||||
return treeTotals;
|
return treeTotals;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue