Merge branch 'atree' into display-cleanup
This commit is contained in:
commit
9364e30fe6
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ function calculate_skillpoints(equipment, weapon) {
|
|||
const skp = needed_skillpoints[i];
|
||||
best_skillpoints[i] += skp;
|
||||
final_skillpoints[i] += skp;
|
||||
best_skillpoints += skp;
|
||||
best_total += skp;
|
||||
}
|
||||
apply_skillpoints(final_skillpoints, weapon, best_activeSetCounts);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue