From 3889c68a4f6e3fb92e098f5d40f36bb06da022fa Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 12 Jul 2009 08:19:20 +0000 Subject: Mention the mutation-curing ability on the "^" screen. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10175 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 72293bb633..21803a8328 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -3067,6 +3067,14 @@ static std::string _religion_help( god_type god ) { case GOD_ZIN: result += "You can pray at an altar to donate your money."; + if (!player_under_penance() && you.piety > 160 + && !you.num_gifts[god]) + { + if (!result.empty()) + result += " "; + + result += "You can have all your mutations cured."; + } break; case GOD_SHINING_ONE: -- cgit v1.2.3-54-g00ecf