diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -443,6 +443,7 @@ exports.setup = function (seed, scenario, options) { log(".h1 " + info.name) log(".h2 " + info.date) + log(".img " + info.name.toLowerCase().replaceAll(" ", "_")) log("") if (info.players[0].tactical > 0 || info.players[1].tactical > 0) { |