DNET: Rebalance / player feedback (#2533)

This commit is contained in:
Michael Ficocelli
2026-02-28 12:48:03 -07:00
committed by GitHub
parent 15e1ab9af7
commit 3d41c348bc
12 changed files with 51 additions and 23 deletions
+2 -1
View File
@@ -425,7 +425,8 @@ export function NetscriptDarknet(): InternalAPI<DarknetAPI> {
}
const server = serverCheck.server;
const networkDelay = calculateAuthenticationTime(server, Player, ctx.workerScript.scriptRef.threads) * 4;
const networkDelay =
calculateAuthenticationTime(server, Player, ctx.workerScript.scriptRef.threads, "", true) * 4;
const xp = formatNumber(calculatePasswordAttemptChaGain(server, ctx.workerScript.scriptRef.threads), 1);
logger(ctx)(`Captured some outgoing transmissions from ${server.hostname}. (Gained ${xp} cha xp)`);