mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-06 09:05:17 +00:00
fake humans retaliate against humans
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user