summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index ea944b5..ee96ab1 100644
--- a/rules.js
+++ b/rules.js
@@ -718,6 +718,8 @@ function draw_leader_from_pool() {
let i = random(game.british.pool.length);
let p = game.british.pool[i];
+ log(`Drew ${piece_name(p)} from pool.`);
+
// 5.55 If both on-map 7 leaders are besieged, return the third to the pool without substitution.
if (is_seven_command_leader(p)) {
let n = 0;