summaryrefslogtreecommitdiff
path: root/batch/weaken.js
blob: 046cfa6a6e319a1814b690249e5154dda8c65829 (plain)
1
2
3
4
5
/** @param {NS} ns */
export async function main(ns) {
	let target = ns.args[0];
	await ns.weaken(target);
}