This commit is contained in:
Philipp
2024-10-16 00:05:11 +02:00
parent 780e54a6e4
commit 3f60895879
7 changed files with 55 additions and 31 deletions

View File

@@ -4,4 +4,4 @@ export async function main(ns) {
oCurrentGoods = JSON.parse(oCurrentGoods);
ns.corporation.limitMaterialProduction(sDivName, sCity, oCurrentGoods.sMaterialName,50);
ns.writePort(ns.pid, true);
}
}