summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
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()