summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/fight.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 7ac45f91ad..dedc2c494a 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -4676,9 +4676,9 @@ void melee_attack::mons_perform_attack_rounds()
}
// Yredelemnul's injury mirroring can kill the attacker.
- // Also, bail if the monster is attacking itself without a weapon
- // since intrinsic monster attack flavours aren't applied for
- // self attacks.
+ // Also, bail if the monster is attacking itself without a
+ // weapon, since intrinsic monster attack flavours aren't
+ // applied for self-attacks.
if (!attacker->alive() || (attacker == defender && !weapon))
{
if (miscast_target == defender)