From 1392155c0cb7acb6224a39611102e46460a06e5b Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 23 Nov 2008 17:50:46 +0000 Subject: Generalize the cannibalism checks. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7552 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/religion.h') 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); -- cgit v1.2.3-54-g00ecf