diff --git a/src/core/pathfinding/transformers/ShoreCoercingTransformer.ts b/src/core/pathfinding/transformers/ShoreCoercingTransformer.ts index 523387127..18eae9f25 100644 --- a/src/core/pathfinding/transformers/ShoreCoercingTransformer.ts +++ b/src/core/pathfinding/transformers/ShoreCoercingTransformer.ts @@ -85,7 +85,7 @@ export class ShoreCoercingTransformer implements PathFinder { } } - // No water neighbor found - let HPA* handle at minimap level + // No water neighbor found - cannot coerce return { water: null, original: tile }; } }