summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authorEino Keskitalo <evktalo@users.sourceforge.net>2010-01-14 17:02:55 +0200
committerEino Keskitalo <evktalo@users.sourceforge.net>2010-01-14 17:10:19 +0200
commit0cdca121f3670c4eb5b4f6fde8febf4cc29616fd (patch)
tree93ff1939cfbf9d24ffdb66e99017f7ea8de61452 /crawl-ref/source/delay.cc
parentd110270fe9354d42f9cc44a93f21d20abfd44ed5 (diff)
downloadcrawl-ref-0cdca121f3670c4eb5b4f6fde8febf4cc29616fd.tar.gz
crawl-ref-0cdca121f3670c4eb5b4f6fde8febf4cc29616fd.zip
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 <evktalo@users.sourceforge.net>
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc5
1 files changed, 0 insertions, 5 deletions
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;