diff options
-rw-r--r-- | rules.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1591,6 +1591,10 @@ function search_own_supply_line_rec(path, here, ssrc, sline, sdist) { let side = to_side(here, next, s) + // must move closer (because we only search supply line for withdrawal purposes) + if (sdist[next] > sdist[here] && side !== BARDIA_FT_CAPUZZO) + continue + // must follow supply line if (sline[side] === 0) continue |