add Oceania and North America maps

This commit is contained in:
Evan
2024-12-08 20:56:19 -08:00
parent 323e30b875
commit da7637477c
14 changed files with 26760 additions and 410 deletions
-2
View File
@@ -6,7 +6,6 @@ import { BotSpawner } from "./BotSpawner";
import { TransportShipExecution } from "./TransportShipExecution";
import { PseudoRandom } from "../PseudoRandom";
import { FakeHumanExecution } from "./FakeHumanExecution";
import Usernames from '../../../resources/Usernames.txt'
import { processName, sanitize, simpleHash } from "../Util";
import { AllianceRequestExecution } from "./alliance/AllianceRequestExecution";
import { AllianceRequestReplyExecution } from "./alliance/AllianceRequestReplyExecution";
@@ -29,7 +28,6 @@ import { CityExecution } from "./CityExecution";
export class Executor {
private usernames = Usernames.split('\n')
// private random = new PseudoRandom(999)
private random: PseudoRandom = null