mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-26 01:32:44 +00:00
update countries
This commit is contained in:
+1038
-553
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user