mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-24 03:02:31 +01:00
Merge pull request #3632 from trambelus/patch-1
Fix infiltration rep BN mult calculation
This commit is contained in:
@ -36,7 +36,7 @@ export function calculateTradeInformationRepReward(
|
|||||||
30 *
|
30 *
|
||||||
levelBonus *
|
levelBonus *
|
||||||
(player.hasAugmentation(AugmentationNames.WKSharmonizer, true) ? 1.5 : 1) *
|
(player.hasAugmentation(AugmentationNames.WKSharmonizer, true) ? 1.5 : 1) *
|
||||||
BitNodeMultipliers.InfiltrationMoney
|
BitNodeMultipliers.InfiltrationRep
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user