From 7cc65af51edafc0949a579424512cb9701c6a4aa Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 7 Jan 2023 15:04:57 +0100 Subject: Fix Russian ravage by waterway. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 572e8de..8d696db 100644 --- a/rules.js +++ b/rules.js @@ -5569,7 +5569,7 @@ function can_action_ravage() { } if (this_lord_has_russian_raiders()) { - for (let there of data.locales[here].adjacent_by_trackway) + for (let there of data.locales[here].adjacent) // XXX has_enemy_lord redundant with is_friendly_locale in can_ravage_locale if (can_ravage_locale(there) && !has_enemy_lord(there)) return true -- cgit v1.2.3