Increase rep gains 2

This commit is contained in:
Olivier Gagnon
2021-11-17 10:59:15 -05:00
parent 022cd7b68d
commit ae9ad4430e
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export function NetscriptStanek(player: IPlayer, workerScript: WorkerScript, hel
if (workerScript.env.stopFlag) {
return Promise.reject(workerScript);
}
const charge = staneksGift.charge(fragment, workerScript.scriptRef.threads);
const charge = staneksGift.charge(player, fragment, workerScript.scriptRef.threads);
workerScript.log("stanek.charge", `Charged fragment for ${charge} charge.`);
return Promise.resolve();
});