summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
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)