thread_split: build units working

This commit is contained in:
evanpelle
2025-02-01 12:05:11 -08:00
committed by Evan
parent 10a1f1af8e
commit 3dbe2784b9
2 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export class DevConfig extends DefaultConfig {
}
numSpawnPhaseTurns(): number {
return this.gameConfig().gameType == GameType.Singleplayer ? 400 : 200
return this.gameConfig().gameType == GameType.Singleplayer ? 40 : 200
// return 100
}