From 4251b1dedc84f8622355542be7d64a020f398a26 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 23 Jun 2023 18:07:18 +0200 Subject: Start log formatting. --- rules.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rules.js') 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) -- cgit v1.2.3