Fix AugmentationRepCost BN mult not being applied

This commit is contained in:
nickofolas
2022-05-13 19:02:32 -05:00
parent 4993a02421
commit 2a73c27a2c

View File

@@ -631,6 +631,7 @@ export class Augmentation {
augmentationReference.baseCost *
getGenericAugmentationPriceMultiplier() *
BitNodeMultipliers.AugmentationMoneyCost;
repCost = augmentationReference.baseRepRequirement * BitNodeMultipliers.AugmentationRepCost;
}
return { moneyCost, repCost };
}