summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 13276fd..c0a39b9 100644
--- a/rules.js
+++ b/rules.js
@@ -4177,7 +4177,7 @@ states.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)
if (can_ravage_locale(there) && !has_enemy_lord(there))
gen_action_locale(there)
}