make bots more likely to attack larger border

This commit is contained in:
evanpelle
2024-08-29 20:19:56 -07:00
parent c8518ce30b
commit 0281db46fa
3 changed files with 26 additions and 19 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export const devConfig = new class extends DefaultConfig {
return devPlayerConfig
}
numBots(): number {
return 50
return 250
}
}