summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/effects.cc2
-rw-r--r--crawl-ref/source/monstuff.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 6c0e1f0da2..ed5b3e8341 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -276,7 +276,7 @@ int torment_monsters(coord_def where, int pow, int caster, actor *attacker)
// Currently, torment doesn't annoy the monsters it affects
// because it can't kill them, and because hostile monsters use
- // it. It will alert them, though.
+ // it. It does alert them, though.
behaviour_event(monster, ME_ALERT, MHITYOU);
}
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 51e6d292ac..1f5cd20393 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -2511,7 +2511,7 @@ static bool _wounded_damaged(int monster_type)
return (true);
return (false);
-} // end _wounded_damaged()
+}
//---------------------------------------------------------------
//