summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-02-20 12:33:24 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:42:59 +0100
commitcb0ffc1a077715eac0f4df8f16c1b76ecdf2e977 (patch)
treeff3e59ce22b9695dfb2cd7db944cb81a1c400568
parentd94426a04ac3a8744042f4ebd5d646486f4164fe (diff)
download300-earth-and-water-cb0ffc1a077715eac0f4df8f16c1b76ecdf2e977.tar.gz
Log which options are in effect.
-rw-r--r--rules.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index cc6d9fd..343f70a 100644
--- a/rules.js
+++ b/rules.js
@@ -3355,6 +3355,11 @@ exports.setup = function (seed, scenario, options) {
log: [],
};
+ if (options.cheap_fleets) {
+ log("Each fleet costs only 1 talent.");
+ log("");
+ }
+
start_campaign();
return game;