time to go to bed
This commit is contained in:
7
Ramses/home/CorpExpandCity.js
Normal file
7
Ramses/home/CorpExpandCity.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @param {NS} ns */
|
||||
export async function main(ns, divName) {
|
||||
let cities = ["Sector-12", "Aevum", "Volhaven", "Chongqing", "New Tokyo", "Ishima"];
|
||||
for (let city of cities) {
|
||||
ns.corporation.expandCity(divName,city)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user