summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-11 16:49:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-11 16:49:25 +0000
commit240d34ef7df6678425fa7386ec7c3c7bcb08d226 (patch)
treea23141f0b3ed24daea0e982d1cf624d7f5c4de86 /crawl-ref/source/describe.cc
parent0a3ce5265cc63bdc730069dfdb21ea0385f3b85c (diff)
downloadcrawl-ref-240d34ef7df6678425fa7386ec7c3c7bcb08d226.tar.gz
crawl-ref-240d34ef7df6678425fa7386ec7c3c7bcb08d226.zip
Adjust god ability descriptions a bit.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10161 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index d18dff0466..72293bb633 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3066,11 +3066,11 @@ static std::string _religion_help( god_type god )
switch (god)
{
case GOD_ZIN:
- result += "Pray at one of " + god_name(god)
- + "'s altars to part with your money.";
+ result += "You can pray at an altar to donate your money.";
break;
case GOD_SHINING_ONE:
+ result += "You can pray at an altar to sacrifice evil items.";
if (you.haloed())
{
int halo_size = halo_radius();
@@ -3113,10 +3113,10 @@ static std::string _religion_help( god_type god )
break;
case GOD_VEHUMET:
- if (you.piety >= 50)
+ if (you.piety >= piety_breakpoint(1))
{
- result += "Vehumet assists you in casting Conjurations"
- " and Summonings.";
+ result += god_name(god) + " assists you in casting "
+ "Conjurations and Summonings.";
}
break;