This commit is contained in:
Olivier Gagnon
2022-07-18 03:31:17 -04:00
parent 7455b80466
commit a9d5ff9bc9
6 changed files with 2 additions and 10 deletions
@@ -11,10 +11,6 @@ import { Settings } from "../../Settings/Settings";
import { numeralWrapper } from "../../ui/numeralFormat";
import { StaticAugmentations } from "../StaticAugmentations";
interface IAugmentedStats {
[index: string]: number;
}
function calculateAugmentedStats(): Multipliers {
let augP: Multipliers = defaultMultipliers();
for (const aug of Player.queuedAugmentations) {