summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-death.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-28 17:08:00 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:26 -0600
commit91c0a57dfadc772e58c486aea78aae98a18a180f (patch)
tree510d650bd1bb729536ce5b2a6a237f3cf68b7df2 /crawl-ref/source/mon-death.cc
parentc68c42023e7301a23d34887e07594932b1bc4bb5 (diff)
downloadcrawl-ref-91c0a57dfadc772e58c486aea78aae98a18a180f.tar.gz
crawl-ref-91c0a57dfadc772e58c486aea78aae98a18a180f.zip
Reinstate collateral Qazlal kill piety.
Oops.
Diffstat (limited to 'crawl-ref/source/mon-death.cc')
-rw-r--r--crawl-ref/source/mon-death.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-death.cc b/crawl-ref/source/mon-death.cc
index 5c0a7184b7..5d834719e1 100644
--- a/crawl-ref/source/mon-death.cc
+++ b/crawl-ref/source/mon-death.cc
@@ -2134,6 +2134,7 @@ int monster_die(monster* mons, killer_type killer,
|| you_worship(GOD_KIKUBAAQUDGHA)
|| you_worship(GOD_MAKHLEB)
|| you_worship(GOD_LUGONU)
+ || you_worship(GOD_QAZLAL)
|| !anon && mons_is_god_gift(killer_mon))
{
if (killer_holy == MH_UNDEAD)