From 6d11b49783c6d9c56851a09291f51bfa321d7694 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 2 Oct 2008 14:46:20 +0000 Subject: Simplify. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7080 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/describe.cc') 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()); } -- cgit v1.2.3-54-g00ecf