mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
missed one reference to making baseCost static
This commit is contained in:
parent
db97125d22
commit
0bff9be8a7
@ -612,7 +612,7 @@ export class Augmentation {
|
|||||||
moneyCost = augmentationReference.baseCost * multiplier * BitNodeMultipliers.AugmentationMoneyCost;
|
moneyCost = augmentationReference.baseCost * multiplier * BitNodeMultipliers.AugmentationMoneyCost;
|
||||||
|
|
||||||
for (let i = 0; i < player.queuedAugmentations.length; ++i) {
|
for (let i = 0; i < player.queuedAugmentations.length; ++i) {
|
||||||
augmentationReference.baseCost *= getBaseAugmentationPriceMultiplier();
|
moneyCost *= getBaseAugmentationPriceMultiplier();
|
||||||
}
|
}
|
||||||
} else if (augmentationReference.factions.includes(FactionNames.Infiltrators)) {
|
} else if (augmentationReference.factions.includes(FactionNames.Infiltrators)) {
|
||||||
const infiltratorAugmentationNames = initInfiltratorsAugmentations().map((augmentation) => augmentation.name);
|
const infiltratorAugmentationNames = initInfiltratorsAugmentations().map((augmentation) => augmentation.name);
|
||||||
|
Loading…
Reference in New Issue
Block a user