diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-02-20 12:33:24 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:42:59 +0100 |
commit | cb0ffc1a077715eac0f4df8f16c1b76ecdf2e977 (patch) | |
tree | ff3e59ce22b9695dfb2cd7db944cb81a1c400568 | |
parent | d94426a04ac3a8744042f4ebd5d646486f4164fe (diff) | |
download | 300-earth-and-water-cb0ffc1a077715eac0f4df8f16c1b76ecdf2e977.tar.gz |
Log which options are in effect.
-rw-r--r-- | rules.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |