diff --git a/src/Augmentation/Augmentation.tsx b/src/Augmentation/Augmentation.tsx index a2ccfc8b1..15db04d2e 100644 --- a/src/Augmentation/Augmentation.tsx +++ b/src/Augmentation/Augmentation.tsx @@ -410,8 +410,8 @@ export class Augmentation { this.info = params.info; this.prereqs = params.prereqs ? params.prereqs : []; - this.baseRepRequirement = params.repCost * BitNodeMultipliers.AugmentationRepCost; - this.baseCost = params.moneyCost * BitNodeMultipliers.AugmentationMoneyCost; + this.baseRepRequirement = params.repCost; + this.baseCost = params.moneyCost; this.startingCost = this.baseCost; this.factions = params.factions;