summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index c533c9d..3bd8f1e 100644
--- a/rules.js
+++ b/rules.js
@@ -304,6 +304,15 @@ exports.setup = function (seed, scenario, options) {
log(".h1 " + info.name)
log(".h2 " + info.date)
log("")
+ if (info.rule_text)
+ log(info.rule_text)
+ if (info.players[0].tactical > 0 || info.players[1].tactical > 0) {
+ log("Tactical Victory:")
+ if (info.players[0].tactical > 0)
+ log(">" + player_name(0) + ": " + info.players[0].tactical)
+ if (info.players[1].tactical > 0)
+ log(">" + player_name(1) + ": " + info.players[1].tactical)
+ }
if (game.scenario === S37_INKERMAN) {
map_set(game.cubes, S37_THE_FOG, 3)