give fake humans country names, fake humans less likely to betray

This commit is contained in:
evanpelle
2024-09-29 20:45:21 -07:00
parent 143e3c3f0e
commit a837eb6375
6 changed files with 130 additions and 212 deletions
+3
View File
@@ -114,6 +114,9 @@ export class DefaultConfig implements Config {
if (playerInfo.playerType == PlayerType.Bot) {
return 10000
}
if (playerInfo.playerType == PlayerType.FakeHuman) {
return 50000
}
return 10000
}