summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-14 01:11:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-14 01:11:23 +0000
commit8ac3d15a875b99d91f98d97c9b43da74bf7c3188 (patch)
treebd7bb5155ab7716ef085c355945a63e2b8dd15b2
parent2ca3425d5cabda1234bfa654f37e1b6c252e2016 (diff)
downloadcrawl-ref-8ac3d15a875b99d91f98d97c9b43da74bf7c3188.tar.gz
crawl-ref-8ac3d15a875b99d91f98d97c9b43da74bf7c3188.zip
Make Lugonu properly accept collateral kills again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5806 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/monstuff.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 43cd32987d..0facd3ffc8 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -1047,9 +1047,10 @@ void monster_die(monsters *monster, killer_type killer, int i, bool silent)
}
}
}
- else if (you.religion == GOD_VEHUMET
+ else if (you.religion == GOD_SHINING_ONE
+ || you.religion == GOD_VEHUMET
|| you.religion == GOD_MAKHLEB
- || you.religion == GOD_SHINING_ONE
+ || you.religion == GOD_LUGONU
|| !anon && mons_is_god_gift(&menv[i]))
{
// Yes, we are splitting undead pets from the others