diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-27 23:22:31 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-27 23:22:31 +0100 |
commit | aba1092cc2e5eb0edef4862c228c29e5f974f982 (patch) | |
tree | fda74bd91bff3f3aca6ee25e15749fc7d82cd60e /rules.js | |
parent | e25758efa7da42308fe9611ab0c7dbf59a55c140 (diff) | |
download | maria-aba1092cc2e5eb0edef4862c228c29e5f974f982.tar.gz |
multi-color headers for action stages
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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() |