Merge main into nations-ai

This commit is contained in:
Scott Anderson
2025-04-16 01:06:00 -04:00
101 changed files with 3859 additions and 924 deletions
+3 -3
View File
@@ -168,12 +168,12 @@ export class FakeHumanExecution implements Execution {
}
if (enemyborder.length == 0) {
if (this.random.chance(5)) {
if (this.random.chance(10)) {
this.sendBoatRandomly();
}
return;
}
if (this.random.chance(10)) {
if (this.random.chance(20)) {
this.sendBoatRandomly();
return;
}
@@ -598,7 +598,7 @@ export class FakeHumanExecution implements Execution {
const src = this.random.randElement(oceanShore);
const dst = this.randOceanShoreTile(src, 250);
const dst = this.randOceanShoreTile(src, 150);
if (dst == null) {
return;
}