som updates

This commit is contained in:
2024-10-10 23:14:10 +02:00
parent 6a47976f02
commit 3caab64fb0
16 changed files with 164 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
/** @param {NS} ns */
export async function main(ns) {
let [corpName, city] = ns.args;
//ns.corporation.setSmartSupply(corpName, city, true);
return true;
}