summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index a488a4aa3a..809394b94f 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3096,9 +3096,9 @@ void describe_god( god_type which_god, bool give_title )
if (which_god == GOD_ZIN)
{
- have_any = true;
- if (you.piety >= piety_breakpoint(0))
+ if (zin_sustenance(false))
{
+ have_any = true;
cprintf("Praying to %s will provide sustenance if starving."
EOL, god_name(which_god).c_str());
}