From aba1092cc2e5eb0edef4862c228c29e5f974f982 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 27 Oct 2024 23:22:31 +0100 Subject: multi-color headers for action stages --- rules.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 7343c2a..05dba84 100644 --- a/rules.js +++ b/rules.js @@ -1198,19 +1198,19 @@ function next_sequence_of_play() { function start_action_stage() { switch (game.power) { case P_FRANCE: - log("=0 France and Bavaria") + log("=6 France and Bavaria") break case P_PRUSSIA: if (is_saxony_prussian()) - log("=1 Prussia and Saxony") + log("=7 Prussia and Saxony") else log("=1 Prussia") break case P_AUSTRIA: if (is_saxony_prussian()) - log("=2 Austria and Pragmatic Army") + log("=8 Austria and the Pragmatic Army") else - log("=2 Austria, Pragmatic Army, and Saxony") + log("=9 Austria, Pragmatic, Saxony") break } next_sequence_of_play() -- cgit v1.2.3