This commit is contained in:
Arkadiusz Sygulski
2026-01-11 23:46:09 +01:00
parent 77db790464
commit ebdf524af8
@@ -85,7 +85,7 @@ export class ShoreCoercingTransformer implements PathFinder<number> {
}
}
// No water neighbor found - let HPA* handle at minimap level
// No water neighbor found - cannot coerce
return { water: null, original: tile };
}
}