fixed center button clicked immediately on creation, make fake humans less strong.

This commit is contained in:
evanpelle
2024-10-01 08:01:44 -07:00
parent 6469911230
commit 8ca1edf9a2
2 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ export class DefaultConfig implements Config {
return 10000
}
if (playerInfo.playerType == PlayerType.FakeHuman) {
return 50000
return 10000
}
return 10000
}