time to go to bed
This commit is contained in:
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user