fix ram miscalc

This commit is contained in:
Olivier Gagnon
2021-10-27 19:10:15 -04:00
parent 82d1560f52
commit f92db3b8f8
6 changed files with 20 additions and 23 deletions
-5
View File
@@ -132,11 +132,6 @@ function NetscriptFunctions(workerScript: WorkerScript): NS {
* Using map access to do the same
  const myScan = ns['scan'];
* Saving script in the improper order.
  Increase the cost of an imported script, save it, then run the
  parent. To fix this just re-open & save every script in order
  from most imported to least imported (parent script).
Sorry :(`,
);
}