From 240d34ef7df6678425fa7386ec7c3c7bcb08d226 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 11 Jul 2009 16:49:25 +0000 Subject: 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 --- crawl-ref/source/describe.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/describe.cc') 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; -- cgit v1.2.3-54-g00ecf