From 0cdca121f3670c4eb5b4f6fde8febf4cc29616fd Mon Sep 17 00:00:00 2001 From: Eino Keskitalo Date: Thu, 14 Jan 2010 17:02:55 +0200 Subject: Remove some dedicated butchery conduct code. It's not used anymore, and since the corpse offering mechanism has changed, is unlikely to be used again. Signed-off-by: Eino Keskitalo --- crawl-ref/source/delay.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crawl-ref/source/delay.cc') diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc index 61f6b8a92b..55363ec84a 100644 --- a/crawl-ref/source/delay.cc +++ b/crawl-ref/source/delay.cc @@ -802,11 +802,6 @@ void handle_delay() : "butchering"), mitm[delay.parm1].name(DESC_PLAIN).c_str()); - // Also for bottling blood - just in case. - if (you.duration[DUR_PRAYER] && god_hates_butchery(you.religion)) - did_god_conduct(DID_DEDICATED_BUTCHERY, 10); - break; - case DELAY_MEMORISE: mpr("You start memorising the spell.", MSGCH_MULTITURN_ACTION); break; -- cgit v1.2.3-54-g00ecf