summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-03 13:33:39 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-03 13:33:39 +0000
commitaa745ecf84010c0d444a07e33a8c8036cd1366aa (patch)
tree15b922ddca9b72f966e28fcf049dade10046dbf7 /crawl-ref/source/religion.h
parente7e68563e104e986a4771e0667dfc12124ab4013 (diff)
downloadcrawl-ref-aa745ecf84010c0d444a07e33a8c8036cd1366aa.tar.gz
crawl-ref-aa745ecf84010c0d444a07e33a8c8036cd1366aa.zip
[1709687] Fixed Vehumet and Lugonu not accepting kills by undead slaves.
Fixed Lugonu not accepting butchered corpses. Fixed Elyvilon not being angered by butchery while praying. Moved item sacrifice messages to the god channel. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1520 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 02c85d2494..208f57b9bf 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -34,6 +34,8 @@ int god_colour(god_type god);
void god_pitch(god_type which_god);
int piety_rank(int piety = -1);
void offer_items();
+bool god_likes_butchery(god_type god);
+bool god_hates_butchery(god_type god);
bool xom_is_nice();
void xom_is_stimulated(int maxinterestingness);