summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-06-23 18:07:18 +0200
committerTor Andersson <tor@ccxvii.net>2023-07-07 18:39:37 +0200
commit4251b1dedc84f8622355542be7d64a020f398a26 (patch)
tree0cdf550fe9d30191d8e0a0827489ab18798c2e22 /rules.js
parent55578bb49831b1636e0a3ec6826d5a0844b953b0 (diff)
downloadtime-of-crisis-4251b1dedc84f8622355542be7d64a020f398a26.tar.gz
Start log formatting.
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules.js b/rules.js
index a8c3227..26f4bba 100644
--- a/rules.js
+++ b/rules.js
@@ -990,7 +990,7 @@ function roll_dice(count, target) {
summary.push("W" + die)
}
}
- log("Rolled " + summary.join(" "))
+ logi(summary.join(" "))
count = sixes
}
return hits
@@ -1008,7 +1008,7 @@ function roll_dice_no_reroll(count, target) {
summary.push("W" + die)
}
}
- log("Rolled " + summary.join(" "))
+ logi(summary.join(" "))
return hits
}
@@ -1336,7 +1336,7 @@ function goto_barbarian_invasion(tribe, black, white) {
logi("Invasion!")
game.count = game.dice[2]
- // Ardashir: ALL active Sassanids invade!
+ // Ardashir: All active Sassanids invade!
if (tribe === SASSANIDS) {
if (get_barbarian_location(ARDASHIR) === SASSANIDS_HOMELAND)
game.count = count_active_barbarians_at_home(tribe)