summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-23 17:50:46 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-23 17:50:46 +0000
commit1392155c0cb7acb6224a39611102e46460a06e5b (patch)
treef33c6e7afe29b1d94ac515392db1f16bcd3cc9cb /crawl-ref/source/religion.h
parent2837f061c56edb4410700be7cc8f552e8e7acfda (diff)
downloadcrawl-ref-1392155c0cb7acb6224a39611102e46460a06e5b.tar.gz
crawl-ref-1392155c0cb7acb6224a39611102e46460a06e5b.zip
Generalize the cannibalism checks.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7552 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index e8d0f89468..25cdf3103f 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -88,6 +88,7 @@ bool god_hates_your_god(god_type god,
god_type your_god = you.religion);
std::string god_hates_your_god_reaction(god_type god,
god_type your_god = you.religion);
+bool god_hates_cannibalism(god_type god);
bool god_hates_killing(god_type god, const monsters* mon);
bool god_likes_butchery(god_type god);
bool god_hates_butchery(god_type god);