From e6fb277ad5920229486f081e4b6738f9fb72d35a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 23 Feb 2025 13:24:07 +0100 Subject: Fix who acts first in tides of war (disembarking step). --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 0f233ec..eedc4b0 100644 --- a/rules.js +++ b/rules.js @@ -7890,7 +7890,7 @@ function tow(n, what) { return n; } function goto_tides_of_war() { - set_active(BOTH); + set_active(P1); log_h2_common("Tides of War"); let cities = count_favour(all_city_locales); let towns = count_favour(all_town_locales); -- cgit v1.2.3