diff --git a/src/NetscriptFunctions.ts b/src/NetscriptFunctions.ts index 77f7fe649..da3acdb4e 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.");