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

@@ -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)
}
}