mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
more work on bn13
This commit is contained in:
@@ -44,7 +44,7 @@ export function NetscriptStanek(
|
||||
return Promise.reject(workerScript);
|
||||
}
|
||||
const ram = workerScript.scriptRef.ramUsage * workerScript.scriptRef.threads;
|
||||
const charge = staneksGift.charge(rootX, rootY, ram);
|
||||
const charge = staneksGift.charge(rootX, rootY, workerScript.scriptRef.threads);
|
||||
workerScript.log("stanek.charge", `Charged fragment for ${charge} charge.`);
|
||||
return Promise.resolve(charge);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user