fixed my corp stuff

This commit is contained in:
2024-10-16 10:23:57 +02:00
parent 15cbb17a3d
commit fe910c6878
7 changed files with 65 additions and 51 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);
}
}