summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-03 12:20:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-03 12:20:35 +0000
commit728182b693f4b2e21e27cdc294b33d320ce02ce1 (patch)
treec2eb96f96da82592f473f2345642899425e2c77a /crawl-ref/source/religion.cc
parent744d90abe6ca022f4157b110c7bc814d5e4a937b (diff)
downloadcrawl-ref-728182b693f4b2e21e27cdc294b33d320ce02ce1.tar.gz
crawl-ref-728182b693f4b2e21e27cdc294b33d320ce02ce1.zip
Remove Okawaru's acceptance of collateral demon kills, as, according to
the code, he'll only accept them from gifted servants, and he doesn't give any. Also, he doesn't accept any other kinds of collateral kills. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7099 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 772cf3ed13..f9efc3361d 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2622,7 +2622,6 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
switch (you.religion)
{
case GOD_SHINING_ONE:
- case GOD_OKAWARU:
case GOD_MAKHLEB:
simple_god_message(" accepts your collateral kill.");
ret = true;