This commit is contained in:
scamiv
2025-12-05 14:45:01 +01:00
parent abe62e27da
commit a91e82b162
+1 -1
View File
@@ -1013,7 +1013,7 @@ export class GameImpl implements Game {
});
}
// If the conquered tile has a defense post, update nearby border tiles
//If the conquered tile has a defense post, update nearby border tiles
if (
this.unitGrid.hasUnitNearby(tile, 0, UnitType.DefensePost, owner.id())
) {