summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-07 01:24:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-07 01:24:39 +0000
commit5a12edebedbd681e525c4fe43de1b91dcd3bccbb (patch)
treeaeb2f8080f4a75b5d98b0dee7c9eb2ecee2c1e80 /crawl-ref
parenta8d3f41ff4e48a9b8efbce5cc5353d4ad74755d6 (diff)
downloadcrawl-ref-5a12edebedbd681e525c4fe43de1b91dcd3bccbb.tar.gz
crawl-ref-5a12edebedbd681e525c4fe43de1b91dcd3bccbb.zip
Clarify message when trying to bless inappropriate things under Beogh.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8945 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-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 dff06c5b26..842d295f59 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -6470,7 +6470,7 @@ void offer_items()
if (you.religion == GOD_SHINING_ONE)
simple_god_message(" only cares about evil items!");
else if (you.religion == GOD_BEOGH)
- simple_god_message(" only cares about dead orcs!");
+ simple_god_message(" only cares about orc corpses!");
else if (you.religion == GOD_NEMELEX_XOBEH)
simple_god_message(" expects you to use your decks, not offer them!");
}