update countries

This commit is contained in:
1brucben
2025-04-26 21:27:35 +02:00
parent e9bf55974b
commit 662282c676
2 changed files with 1040 additions and 555 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -190,12 +190,12 @@ export class FakeHumanExecution implements Execution {
);
if (enemyborder.length == 0) {
if (this.random.chance(10)) {
if (this.random.chance(5)) {
this.sendBoatRandomly();
}
return;
}
if (this.random.chance(20)) {
if (this.random.chance(10)) {
this.sendBoatRandomly();
return;
}