summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 6a20e79..85c976d 100644
--- a/rules.js
+++ b/rules.js
@@ -1736,6 +1736,7 @@ function goto_battle_hits() {
function apply_hit(who) {
game.flash = block_name(who) + " takes a hit.";
+ log_battle(block_name(who) + " takes a hit.");
reduce_block(who, 'combat');
game.hits--;
if (game.victory)