diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-12-20 12:40:09 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | f117288970bafd5627dd26ee8b8182c5279f0d6f (patch) | |
tree | 449c0a01989e9086f163791558d6557bbb7c2a19 /rules.js | |
parent | 67149e09be5311ff151189ba892056fc96c3b22f (diff) | |
download | nevsky-f117288970bafd5627dd26ee8b8182c5279f0d6f.tar.gz |
Russian raiders not limited to trackway.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) } |