mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 06:03:50 +01:00
Merge pull request #4060 from ezylot/patch-2
INFILTRATION: Corrected ns formula for infiltration rewards
This commit is contained in:
commit
6fc729ddfb
@ -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,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user