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
+1 -5
View File
@@ -3,9 +3,5 @@
export async function main(ns) {
// ns.disableLog('ALL');
let target;
if(ns.args.length == 1) {
target = JSON.parse(ns.args[0]);
}
await ns.weaken(ns.args.length > 0 ? ns.args[0] : '')
}