summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-29 13:07:40 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-30 21:59:25 +0200
commit65fda430b30ea9b3ee349581dfbd021bc4a4ed27 (patch)
tree928fd5b9750de27919924553ec2b1f905859c827 /rules.js
parent10aa091f9e759cb6250bda3726b2ea0b9fd31b56 (diff)
downloadfriedrich-65fda430b30ea9b3ee349581dfbd021bc4a4ed27.tar.gz
tweak logging of end-turn
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index d364ed5..b72f109 100644
--- a/rules.js
+++ b/rules.js
@@ -3036,7 +3036,7 @@ function goto_clock_of_fate() {
return
if (game.turn <= 5) {
- log("# \u2014 " + game.turn + " \u2014")
+ log("# End of Turn " + game.turn)
log("$" + (game.turn + 48 + 6))
} else {
// remove non-stroke of fate card from last turn
@@ -4180,7 +4180,7 @@ exports.setup = function (seed, scenario, options) {
else if (game.scenario === 2)
setup_the_austrian_theatre()
else
- log("# \u2014 " + 1756 + " \u2014")
+ log("# 1756")
log("$54")