From 0957ee49bf881d1d708d7fcd6203d97cd600aa8a Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 3 May 2008 02:08:19 +0000 Subject: Add more comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4826 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index 81f96c8b22..fe4f8931e0 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -141,8 +141,8 @@ int holy_word_monsters(int x, int y, int pow, int caster) if (hploss < 0) hploss = 0; - // Holy word annoys the monsters it affects because it (currently) - // can kill them. + // Currently, holy word annoys the monsters it affects because it + // can kill them, and because hostile monsters don't use it. behaviour_event(monster, ME_ANNOY, MHITYOU); hurt_monster(monster, hploss); @@ -271,8 +271,8 @@ int torment_monsters(int x, int y, int pow, int caster) if (hploss < 0) hploss = 0; - // Torment doesn't annoy the monsters it affects because it - // (currently) can't kill them. + // Currently, torment doesn't annoy the monsters it affects because + // it can't kill them, and because hostile monsters use it. hurt_monster(monster, hploss); if (hploss) -- cgit v1.2.3-54-g00ecf