diff --git a/src/Augmentation/Augmentation.tsx b/src/Augmentation/Augmentation.tsx index acc2f4f48..53a950809 100644 --- a/src/Augmentation/Augmentation.tsx +++ b/src/Augmentation/Augmentation.tsx @@ -631,6 +631,7 @@ export class Augmentation { augmentationReference.baseCost * getGenericAugmentationPriceMultiplier() * BitNodeMultipliers.AugmentationMoneyCost; + repCost = augmentationReference.baseRepRequirement * BitNodeMultipliers.AugmentationRepCost; } return { moneyCost, repCost }; }