From a91e82b162bf612b62b47a958e438e2c35700cb9 Mon Sep 17 00:00:00 2001 From: scamiv <6170744+scamiv@users.noreply.github.com> Date: Fri, 5 Dec 2025 14:45:01 +0100 Subject: [PATCH] test --- src/core/game/GameImpl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/game/GameImpl.ts b/src/core/game/GameImpl.ts index abc424db5..77a5fc71a 100644 --- a/src/core/game/GameImpl.ts +++ b/src/core/game/GameImpl.ts @@ -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()) ) {