summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-24 02:45:29 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-24 02:45:29 +0000
commitcb907ccf682a0ffb593fab0633ac8e6ccacb81dc (patch)
tree4a9cf244b981830cce16b9992f7d3f19c636f610 /crawl-ref/source/religion.cc
parent5e55a276bda898ff3087cc6f198e745355ab8e06 (diff)
downloadcrawl-ref-cb907ccf682a0ffb593fab0633ac8e6ccacb81dc.tar.gz
crawl-ref-cb907ccf682a0ffb593fab0633ac8e6ccacb81dc.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5206 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 10bacec1c1..b49ebecc5b 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1116,7 +1116,7 @@ bool bless_follower(monsters *follower,
std::string result;
// If a follower was specified, and it's suitable, pick it.
- // Otherwise, pick a random follower within sight of the player.
+ // Otherwise, pick a random follower.
if (!follower || (!force && !suitable(follower)))
{
if (god != GOD_BEOGH)