diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-01-17 17:47:23 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 11:54:52 +0100 |
commit | 98fb4b1ccfa656a52ddaa2db8f9fc39048b607e6 (patch) | |
tree | 221eb6146b6c3b7d980af820b3e1c94ebef70e0e | |
parent | 62ad57f1842265af02563e6602f92055b09c51ee (diff) | |
download | wilderness-war-98fb4b1ccfa656a52ddaa2db8f9fc39048b607e6.tar.gz |
Iroquois.
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4140,7 +4140,7 @@ states.indian_alliance = { for (let a of game.alliance) { if (game.count >= 1) { for (let s of indian_spaces[a]) { - if (!has_enemy_units(s) && !has_enemy_fortifications(s)) { + if (!has_enemy_units(s) && !has_enemy_fortifications(s) && !has_enemy_allied_settlement(s)) { let p = find_unused_indian(indian_tribe[s]); if (p) { can_place = true; |