diff --git a/src/NetscriptFunctions/Infiltration.ts b/src/NetscriptFunctions/Infiltration.ts index 63f2703a5..51325a4ab 100644 --- a/src/NetscriptFunctions/Infiltration.ts +++ b/src/NetscriptFunctions/Infiltration.ts @@ -38,9 +38,9 @@ export function NetscriptInfiltration(): InternalAPI { return { location: JSON.parse(JSON.stringify(location)), reward: { - tradeRep: calculateTradeInformationRepReward(player, reward, maxLevel, difficulty), - sellCash: calculateSellInformationCashReward(player, reward, maxLevel, difficulty), - SoARep: calculateInfiltratorsRepReward(player, Factions[FactionNames.ShadowsOfAnarchy], difficulty), + tradeRep: calculateTradeInformationRepReward(player, reward, maxLevel, startingSecurityLevel), + sellCash: calculateSellInformationCashReward(player, reward, maxLevel, startingSecurityLevel), + SoARep: calculateInfiltratorsRepReward(player, Factions[FactionNames.ShadowsOfAnarchy], startingSecurityLevel), }, difficulty: difficulty, };