mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-28 15:18:02 +00:00
give fake humans country names, fake humans less likely to betray
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user