summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-02 11:15:23 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-02 11:15:23 +0000
commit581632aadc5ff2a60ffb15ce93685b43b4dfb26e (patch)
treeaf0baeb77c104062ebce7a2974c7af2dbd7188b4 /crawl-ref/source/describe.cc
parentb5dd638a70bd0b231aa514da8ac956c7e1ad8693 (diff)
downloadcrawl-ref-581632aadc5ff2a60ffb15ce93685b43b4dfb26e.tar.gz
crawl-ref-581632aadc5ff2a60ffb15ce93685b43b4dfb26e.zip
Allow Zin to feed you reliably.
Fix TSO power message from divine anger to cleansing flame. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@765 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc12
1 files changed, 8 insertions, 4 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index ad871b5264..dc5cf908c8 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -6462,10 +6462,10 @@ void describe_god( int which_god, bool give_title )
case GOD_ZIN:
description = "Zin is an ancient and revered God, dedicated to the establishment of order" EOL
"and the destruction of the forces of chaos and night. Valued worshippers " EOL
- "can gain blessings on their weapons and a variety of powers useful in the" EOL
- "fight against the evil, but must abstain from the use of necromancy and other" EOL
- "forms of unholy magic. Zin appreciates long-standing faith as well as " EOL
- "sacrifices of valued objects.";
+ "can gain sustenance in times of need, blessings on their weapons, and a " EOL
+ "variety of powers useful in the fight against the evil, but must abstain " EOL
+ "from the use of necromancy and other forms of unholy magic. Zin appreciates " EOL
+ "long-standing faith as well as sacrifices of valued objects.";
break;
case GOD_SHINING_ONE:
@@ -6708,6 +6708,10 @@ void describe_god( int which_god, bool give_title )
(you.piety >= 150) ? "carefully": // > 4/5
(you.piety >= 90) ? "often" : // > 2/3
"sometimes"); // less than 2:3
+
+ if (which_god == GOD_ZIN)
+ cprintf("Praying to %s will provide sustenance if starving."
+ EOL, god_name(which_god));
}
// mv: No abilities (except divine protection) under penance