@@ -0,0 +1,6 @@
/** @param {NS} ns */
export async function main(ns) {
ns.print("weakening " + ns.args[0]);
await ns.weaken(ns.args[0]);
ns.print(ns.args[0] + " weakened.");
}
The note is not visible to the blocked user.