summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-24 13:46:02 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-30 21:59:25 +0200
commit515f47528549fb01636f287d82ced873ef341bfe (patch)
treea1bedbf658af8bc64e40fca19149731de4be2340 /rules.js
parent327bc466cda87ce8741401f96a2f7a0d62f44769 (diff)
downloadfriedrich-515f47528549fb01636f287d82ced873ef341bfe.tar.gz
centered headers
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 510f66f..b5b3319 100644
--- a/rules.js
+++ b/rules.js
@@ -2858,7 +2858,10 @@ exports.setup = function (seed, scenario, options) {
shuffle_bigint(game.deck)
- log("# " + scenario)
+ if (game.scenario === 1)
+ log("# The War in the West")
+ if (game.scenario === 2)
+ log("# The Austrian Theatre")
if (game.scenario === 1)
setup_the_war_in_the_west()