mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-21 01:28:05 +00:00
allow boating on lakes
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user