grow helpers improvement

This commit is contained in:
2023-09-05 00:58:08 +02:00
parent 673abd49b2
commit 7b14e98658
25 changed files with 359 additions and 136 deletions
+2
View File
@@ -3,6 +3,8 @@
export async function main(ns) {
ns.disableLog('ALL');
ns.scriptKill('grow-helper.js', `home`);
for (let server = 0; ns.serverExists(`home-${server}`); server++) {
ns.scriptKill('grow-helper.js', `home-${server}`);
}