add GameConfig to Game

This commit is contained in:
Evan
2024-12-07 09:45:39 -08:00
parent 60ccf2ba36
commit 2d2df14ae3
16 changed files with 77 additions and 79 deletions
-5
View File
@@ -26,11 +26,6 @@ export class BotExecution implements Execution {
}
tick(ticks: number) {
if (ticks < this.mg.config().numSpawnPhaseTurns()) {
return
}
if (!this.bot.isAlive()) {
this.active = false
return