From d9f1b7893cb6c270bac2bb6bbe97b13540468dca Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 9 Aug 2008 18:58:09 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6809 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc index f36dd237c8..427b666a80 100644 --- a/crawl-ref/source/religion.cc +++ b/crawl-ref/source/religion.cc @@ -1594,8 +1594,7 @@ bool bless_follower(monsters *follower, // deliberate fallthrough for the healing effects case GOD_BEOGH: { - // Remove harmful ailments from a monster, or give it full - // healing, optionally giving it one extra hit point, if + // Remove harmful ailments from a monster, or heal it, if // possible. if (coinflip()) { -- cgit v1.2.3-54-g00ecf