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
-1
View File
@@ -1,6 +1,5 @@
// Class definition for a single Augmentation object
import * as React from "react";
import { IMap } from "../types";
import { Faction } from "../Faction/Faction";
import { Factions } from "../Faction/Factions";
@@ -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) {