summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 01:01:31 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 01:01:31 +0000
commitcd0672dfe7259e91c502f61433e0382182de1650 (patch)
tree12fd7601d6adf0877a3e35d0f74375a38eb7cabf /crawl-ref/source/religion.h
parent9578f871072202a78ceab3e66813fd33bb259c22 (diff)
downloadcrawl-ref-cd0672dfe7259e91c502f61433e0382182de1650.tar.gz
crawl-ref-cd0672dfe7259e91c502f61433e0382182de1650.zip
"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
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
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);