summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 9f8a75d8ea..eda351c88a 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2198,7 +2198,7 @@ enum chaos_type
// XXX: We might want to vary the probabilities for the various effects
// based on whether the source is weapon of chaos or a monster with
-// AF_CHAOS
+// AF_CHAOS.
void melee_attack::chaos_affects_defender()
{
const bool mon = defender->atype() == ACT_MONSTER;