mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-21 13:35:51 +00:00
added spawn timer bar
This commit is contained in:
@@ -23,7 +23,7 @@ export class SpawnExecution implements Execution {
|
||||
return
|
||||
}
|
||||
|
||||
if (ticks >= this.mg.config().turnsUntilGameStart()) {
|
||||
if (ticks >= this.mg.config().numSpawnPhaseTurns()) {
|
||||
this.active = false
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user