From 998211ec147b43ad5a3879d060dba48c876c3efc Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 14 Mar 2009 17:39:24 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9476 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/effects.cc') 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); } -- cgit v1.2.3-54-g00ecf