summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-21 16:26:26 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:42:59 +0100
commit12cd83d20907475034ce13d1f560d064c8ab6e1c (patch)
tree44ef433a68e705f07c63b4697777d1c7eba7a69e /rules.js
parent9aae82b288e41cef6e38d65ffb3a1403d6d06369 (diff)
download300-earth-and-water-12cd83d20907475034ce13d1f560d064c8ab6e1c.tar.gz
300: Add horizontal separators in log and colorize event names.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index ee36620..a5b0bd1 100644
--- a/rules.js
+++ b/rules.js
@@ -578,7 +578,8 @@ states.assassination_of_xerxes = {
// PREPARATION PHASE
function start_campaign() {
- log("");
+ if (game.campaign > 1)
+ log("");
log("Start Campaign " + game.campaign);
goto_persian_preparation_draw();
}