mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 09:13:52 +01:00
Merge pull request #3652 from nickofolas/fix/bn-mult-rep-cost
AUGMENTATIONS: Fix Augmentation rep req not being properly influenced by BitNode multipliers
This commit is contained in:
commit
6e1c650813
@ -631,6 +631,7 @@ export class Augmentation {
|
||||
augmentationReference.baseCost *
|
||||
getGenericAugmentationPriceMultiplier() *
|
||||
BitNodeMultipliers.AugmentationMoneyCost;
|
||||
repCost = augmentationReference.baseRepRequirement * BitNodeMultipliers.AugmentationRepCost;
|
||||
}
|
||||
return { moneyCost, repCost };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user