increast alliance duration ~ 3minutes

This commit is contained in:
evanpelle
2024-09-22 19:58:40 -07:00
parent 08672f68a9
commit 2e85a149ca
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -20,16 +20,16 @@ export const devConfig = new class extends DefaultConfig {
}
numBots(): number {
return 0
return 400
}
// allianceDuration(): Tick {
// return 10 * 10
// }
numFakeHumans(gameID: GameID): number {
return 0
}
// numFakeHumans(gameID: GameID): number {
// return 0
// }
// startTroops(playerInfo: PlayerInfo): number {
// if (playerInfo.isBot) {