summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 18:42:26 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 18:42:26 -0600
commit215ab4d845887d5671a95c2b6db8dabf1b494d2e (patch)
treeccba1c8993a577239275a011c79086fbf8c4e65c /crawl-ref/source/describe.cc
parentd0b90644572d86063901f3185137c3cc86c9287b (diff)
downloadcrawl-ref-215ab4d845887d5671a95c2b6db8dabf1b494d2e.tar.gz
crawl-ref-215ab4d845887d5671a95c2b6db8dabf1b494d2e.zip
Update description of TSO's weapon blessing to account for demon whips.
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 3899bb07cc..abffa019e0 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3209,7 +3209,7 @@ static std::string _religion_help(god_type god)
result += " ";
result += "You can pray at an altar to have your weapon "
- "blessed, especially a long blade.";
+ "blessed, especially a long blade or demon whip.";
}
break;
}