allow boating on lakes

This commit is contained in:
Evan
2025-03-03 19:19:16 -08:00
parent 9fd1203d50
commit c1383d76f1
5 changed files with 68 additions and 55 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ export class PlayerExecution implements Execution {
const enemies = new Set<number>();
for (const tile of cluster) {
const isOceanShore = this.mg.isOceanShore(tile);
if (this.mg.isShore(tile) && !isOceanShore) {
if (this.mg.isOceanShore(tile) && !isOceanShore) {
continue;
}
if (