summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 511ac39987..7ac45f91ad 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -4650,7 +4650,8 @@ void melee_attack::mons_perform_attack_rounds()
mprf("%s", special_damage_message.c_str());
// Defender banished. Bail before chaos_killed_defender()
- // is called, since the defender is still alive in the Abyss.
+ // is called, since the defender is still alive in the
+ // Abyss.
if (!defender->alive())
{
if (chaos_attack && attacker->alive())