diff --git a/servers/home/watcher.ts b/servers/home/watcher.ts index 55d23b3..5f1398a 100644 --- a/servers/home/watcher.ts +++ b/servers/home/watcher.ts @@ -20,7 +20,7 @@ export async function main(ns: NS) { do { let restart = false if (Math.min(...levels) <= hackingLevel) { - ns.tprint(`Hacking level increased past ${Math.min(...levels)}}, is now ${hackingLevel}`) + ns.tprint(`Hacking level increased to/past ${Math.min(...levels)}, is now ${hackingLevel}`) ns.tprint(`Remaining levels to hack: ${levels}`) // remove the level from the list, so we don't try to hack it again levels = levels.filter(level => level > hackingLevel)