summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-14 17:39:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-14 17:39:24 +0000
commit998211ec147b43ad5a3879d060dba48c876c3efc (patch)
tree7bf5a796aed3b8d7ab0559cd2e6daabc83c8ea84 /crawl-ref/source/effects.cc
parent0a4a6d5626bf8f6614949474ceef872697830eb9 (diff)
downloadcrawl-ref-998211ec147b43ad5a3879d060dba48c876c3efc.tar.gz
crawl-ref-998211ec147b43ad5a3879d060dba48c876c3efc.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9476 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 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);
}