Files
A_Bitburner_Saga/local/path/home/Ramses-weaken.js
2024-10-05 18:47:44 +02:00

5 lines
114 B
JavaScript

/** @param {NS} ns */
export async function main(ns) {
const sServer = ns.args[0];
await ns.weaken(sServer);
}