From cd0672dfe7259e91c502f61433e0382182de1650 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Wed, 24 Dec 2008 01:01:31 +0000 Subject: "The Wrath" card: never choose Nemelex (to prevent Nemelex from recursively forcing the player to draw from his Deck of Punishment), and keep trying different gods until one is found who is willing to punish the player (the good gods will only punish you if you're worshipping an evil god, plus Zin will punish the worshippers of chaotic gods). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7929 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/religion.h') diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h index a2019b7201..16f56447f6 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -94,7 +94,7 @@ bool god_hates_killing(god_type god, const monsters* mon); bool god_likes_butchery(god_type god); bool god_hates_butchery(god_type god); harm_protection_type god_protects_from_harm(god_type god, bool actual = true); -void divine_retribution(god_type god); +bool divine_retribution(god_type god); bool zin_sustenance(bool actual = true); bool yred_injury_mirror(bool actual = true); -- cgit v1.2.3-54-g00ecf