mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-12 18:53:55 +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 *
|
augmentationReference.baseCost *
|
||||||
getGenericAugmentationPriceMultiplier() *
|
getGenericAugmentationPriceMultiplier() *
|
||||||
BitNodeMultipliers.AugmentationMoneyCost;
|
BitNodeMultipliers.AugmentationMoneyCost;
|
||||||
|
repCost = augmentationReference.baseRepRequirement * BitNodeMultipliers.AugmentationRepCost;
|
||||||
}
|
}
|
||||||
return { moneyCost, repCost };
|
return { moneyCost, repCost };
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user