summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 20:22:09 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-08 20:22:09 +0000
commit04cf662efd18f7265f1a5342b170bbde3fa5896f (patch)
tree4f7e594d0815c535e42d2231856c73944a760a64 /crawl-ref/source/fight.cc
parentf21c5f55faad3f142d36916119288dc0def578c6 (diff)
downloadcrawl-ref-04cf662efd18f7265f1a5342b170bbde3fa5896f.tar.gz
crawl-ref-04cf662efd18f7265f1a5342b170bbde3fa5896f.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8335 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.cc')
-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)