From 67f150128ce5d4c507b148e2321b1994068cf494 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Fri, 25 Dec 2009 10:31:44 +1000 Subject: Remove Ely's dislike of butchery during prayer. (FR231) As sacrifice is now simply praying over a corpse rather than butchering while praying, butchering during pray to Ely should no longer be construed as an attempt to sacrifice to her. --- crawl-ref/source/religion.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/religion.cc') 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) -- cgit v1.2.3-54-g00ecf