time to go to bed

This commit is contained in:
Philipp
2024-10-07 00:10:52 +02:00
parent b1e78c98a8
commit 7d2f745719
7 changed files with 44 additions and 16 deletions

View File

@@ -1,5 +1,6 @@
/** @param {NS} ns */
export async function main(ns, newDivName) {
export async function main(ns) {
let newDivName = ns.args[0]
ns.corporation.expandIndustry("Agriculture",newDivName);
ns.run()
ns.run("CorpExpandCity.js",1,newDivName)
}