From 98fb4b1ccfa656a52ddaa2db8f9fc39048b607e6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 17 Jan 2022 17:47:23 +0100 Subject: Iroquois. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index b6cce79..5f23c3a 100644 --- a/rules.js +++ b/rules.js @@ -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; -- cgit v1.2.3