diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-24 13:46:02 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-30 21:59:25 +0200 |
commit | 515f47528549fb01636f287d82ced873ef341bfe (patch) | |
tree | a1bedbf658af8bc64e40fca19149731de4be2340 /rules.js | |
parent | 327bc466cda87ce8741401f96a2f7a0d62f44769 (diff) | |
download | friedrich-515f47528549fb01636f287d82ced873ef341bfe.tar.gz |
centered headers
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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() |