mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
Merge pull request #4060 from ezylot/patch-2
INFILTRATION: Corrected ns formula for infiltration rewards
This commit is contained in:
@@ -38,9 +38,9 @@ export function NetscriptInfiltration(): InternalAPI<IInfiltration> {
|
|||||||
return {
|
return {
|
||||||
location: JSON.parse(JSON.stringify(location)),
|
location: JSON.parse(JSON.stringify(location)),
|
||||||
reward: {
|
reward: {
|
||||||
tradeRep: calculateTradeInformationRepReward(player, reward, maxLevel, difficulty),
|
tradeRep: calculateTradeInformationRepReward(player, reward, maxLevel, startingSecurityLevel),
|
||||||
sellCash: calculateSellInformationCashReward(player, reward, maxLevel, difficulty),
|
sellCash: calculateSellInformationCashReward(player, reward, maxLevel, startingSecurityLevel),
|
||||||
SoARep: calculateInfiltratorsRepReward(player, Factions[FactionNames.ShadowsOfAnarchy], difficulty),
|
SoARep: calculateInfiltratorsRepReward(player, Factions[FactionNames.ShadowsOfAnarchy], startingSecurityLevel),
|
||||||
},
|
},
|
||||||
difficulty: difficulty,
|
difficulty: difficulty,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user