diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |