mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-10 07:17:35 +01:00
Re-add cautionary tale for editing imported scripts
This commit is contained in:
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 :(`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user