mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
Fixed bugs with new HelperFunctions
This commit is contained in:
@@ -40,7 +40,7 @@ function WorkerScript(runningScriptObj) {
|
||||
this.disableLogs = {}; //Stores names of fns that should have logs disabled
|
||||
|
||||
//Properties used for dynamic RAM evaluation
|
||||
this.dynamicRamUsage = 1.4;
|
||||
this.dynamicRamUsage = CONSTANTS.ScriptBaseRamCost;
|
||||
this.dynamicLoadedFns = {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user