summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-03 12:39:57 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-03 12:39:57 +0000
commitd21e4e79c268f7ed72f3c60b2e566c07047f4bc8 (patch)
tree0428a8c47fae1b4d5ec3077eb6bba270502fd086 /crawl-ref/source/describe.cc
parent9a1c4cc0cb72b718c9d4c64a3806b7c68b029cf8 (diff)
downloadcrawl-ref-d21e4e79c268f7ed72f3c60b2e566c07047f4bc8.tar.gz
crawl-ref-d21e4e79c268f7ed72f3c60b2e566c07047f4bc8.zip
Mention feeding in Zin's ^! screen. Adjust all of gods.txt, going for
full screen width rather than 72 columns (we are using the full screen for all Crawl ASCII output anyway). For some reason, this addresses 2009023. (Markus again) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6365 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 98ac74a2d3..43df0b090a 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2775,6 +2775,10 @@ static void _detailed_god_description(god_type which_god)
"piety.";
break;
+ case GOD_ZIN:
+ broken = "Zin will feed starving followers upon <w>p</w>rayer.";
+ break;
+
case GOD_ELYVILON:
broken = "Using your healing abilities on monsters may turn hostile "
"ones neutral. Pacification works better on natural beasts "