summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-03-23 15:09:46 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-17 12:53:18 +0100
commit91af980dfff5ea7648ce882c3ae3d2b94eb96fa1 (patch)
tree212faed7f9b9d6a0f42318b49b7a9a81f89ca4a6 /rules.js
parentca668622e99b6a6257d58d98970c982d6602a7f3 (diff)
downloadhammer-of-the-scots-91af980dfff5ea7648ce882c3ae3d2b94eb96fa1.tar.gz
Show current scenario in game log.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 17f4383..2b63890 100644
--- a/rules.js
+++ b/rules.js
@@ -2905,6 +2905,7 @@ exports.setup = function (seed, scenario, options) {
setup_campaign();
else
throw new Error("Unknown scenario:", scenario);
+ log("Scenario: " + scenario);
start_year();
return game;
}