From 1f20bd21dcf90b1796da59558624ebee00ed1b0c Mon Sep 17 00:00:00 2001 From: FloPinguin <25036848+FloPinguin@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:15:26 +0200 Subject: [PATCH] refactor: simplify comment in isTrajectoryBlockedByImpassable method --- src/core/execution/nation/NationNukeBehavior.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/execution/nation/NationNukeBehavior.ts b/src/core/execution/nation/NationNukeBehavior.ts index 90ecdd543..3a23b832c 100644 --- a/src/core/execution/nation/NationNukeBehavior.ts +++ b/src/core/execution/nation/NationNukeBehavior.ts @@ -636,8 +636,7 @@ export class NationNukeBehavior { /** * Check if the parabolic nuke trajectory from spawnTile to targetTile * crosses any impassable terrain. Mirrors the check in NukeExecution that - * aborts such launches — if we don't check here, the AI wastes gold on - * nukes that silently fail at launch time. + * aborts such launches */ private isTrajectoryBlockedByImpassable( spawnTile: TileRef,