summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-12 07:47:56 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-12 07:47:56 -0500
commit9851b741626703bf9f476129c75fb1f08359233e (patch)
tree11afc430400c09778bf0e9bd4e76b31d800722f3 /crawl-ref/source/delay.cc
parentc51c56772b5053ce732de004c722f6edca6a8982 (diff)
downloadcrawl-ref-9851b741626703bf9f476129c75fb1f08359233e.tar.gz
crawl-ref-9851b741626703bf9f476129c75fb1f08359233e.zip
Put one butchery-related sanity check back in, just in case.
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 81f53d1f2c..433ccfc6e4 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -799,7 +799,7 @@ void handle_delay()
mitm[delay.parm1].name(DESC_PLAIN).c_str());
// Also for bottling blood - just in case.
- if (you.duration[DUR_PRAYER])
+ if (you.duration[DUR_PRAYER] && god_hates_butchery(god))
did_god_conduct(DID_DEDICATED_BUTCHERY, 10);
break;