From 515f47528549fb01636f287d82ced873ef341bfe Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 24 May 2024 13:46:02 +0200 Subject: centered headers --- rules.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rules.js') 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() -- cgit v1.2.3