Re-add cautionary tale for editing imported scripts

This commit is contained in:
Snarling 2021-10-19 20:25:37 -04:00
parent 14c41d2aab
commit 2867a15b95

@ -130,6 +130,11 @@ function NetscriptFunctions(workerScript: WorkerScript): NS {
* Using map access to do the same * Using map access to do the same
  const myScan = ns['scan'];   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 :(`, Sorry :(`,
); );
} }