mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 22:37:06 +02:00
Lots of changes, didn't keep track ofthem all
This commit is contained in:
@@ -254,6 +254,8 @@ function evaluate(exp, workerScript) {
|
||||
server.moneyAvailable -= moneyGained;
|
||||
Player.gainMoney(moneyGained);
|
||||
workerScript.scriptRef.onlineMoneyMade += moneyGained;
|
||||
console.log("About to add to moneystolenmap for " + server.hostname);
|
||||
workerScript.scriptRef.moneyStolenMap[server.ip] += moneyGained;
|
||||
|
||||
Player.gainHackingExp(expGainedOnSuccess);
|
||||
workerScript.scriptRef.onlineExpGained += expGainedOnSuccess;
|
||||
|
||||
Reference in New Issue
Block a user