diff --git a/src/NetscriptFunctions.ts b/src/NetscriptFunctions.ts index ae6cd479e..a24d882c1 100644 --- a/src/NetscriptFunctions.ts +++ b/src/NetscriptFunctions.ts @@ -703,7 +703,7 @@ export function NetscriptFunctions(workerScript: WorkerScript): NS { }, weakenAnalyze: function (threads: any, cores: any = 1): number { const coreBonus = 1 + (cores - 1) / 16; - return CONSTANTS.ServerWeakenAmount * threads * coreBonus; + return CONSTANTS.ServerWeakenAmount * threads * coreBonus * BitNodeMultipliers.ServerWeakenRate; }, share: function (): Promise { workerScript.log("share", () => "Sharing this computer.");