mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 22:37:06 +02:00
Implemented server growth (might need rebalancing). No wwhen a script is killed it is properly removed from the Active Scripts tab
This commit is contained in:
+1
-3
@@ -196,9 +196,7 @@ scriptCalculateOfflineProduction = function(script) {
|
||||
script.offlineMoneyMade += production;
|
||||
script.offlineRunningTime += timePassed;
|
||||
script.offlineExpGained += expGain;
|
||||
|
||||
//TODO EXP
|
||||
|
||||
|
||||
//DEBUG
|
||||
var serverName = AllServers[script.server].hostname;
|
||||
console.log(script.filename + " from server " + serverName + " generated $" + production.toString() + " while offline");
|
||||
|
||||
Reference in New Issue
Block a user