fake humans retaliate against humans

This commit is contained in:
evanpelle
2024-09-11 20:39:27 -07:00
parent 16fa019927
commit 18cf457c3a
3 changed files with 37 additions and 7 deletions
+5 -2
View File
@@ -1,4 +1,3 @@
import {Player, PlayerInfo} from "../Game";
import {DefaultConfig} from "./DefaultConfig";
export const devConfig = new class extends DefaultConfig {
@@ -16,9 +15,13 @@ export const devConfig = new class extends DefaultConfig {
}
numBots(): number {
return 500
return 400
}
// numFakeHumans(gameID: GameID): number {
// return 10
// }
// startTroops(playerInfo: PlayerInfo): number {
// if (playerInfo.isBot) {
// return 5000