summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 2248a4f..dc0198b 100644
--- a/rules.js
+++ b/rules.js
@@ -4466,7 +4466,7 @@ function search_tax(result, start) {
queue.push(next)
}
}
- if (ships > 0 && is_seaport(next)) {
+ if (ships > 0 && is_seaport(here)) {
for (let next of find_ports(here)) {
if (!search_seen[next]) {
search_seen[next] = 1