mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-16 16:13:04 +00:00
added spawn timer bar
This commit is contained in:
@@ -28,7 +28,7 @@ export class BotExecution implements Execution {
|
||||
|
||||
tick(ticks: number) {
|
||||
|
||||
if (ticks < this.mg.config().turnsUntilGameStart()) {
|
||||
if (ticks < this.mg.config().numSpawnPhaseTurns()) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user