summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 3ec55a07cc..accadce94e 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -5151,7 +5151,7 @@ bool god_likes_fresh_corpses(god_type god)
bool god_hates_butchery(god_type god)
{
- return (god == GOD_ELYVILON);
+ return (false);
}
harm_protection_type god_protects_from_harm(god_type god, bool actual)