summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index c23d93098f..23b3184db8 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -713,7 +713,7 @@ void monster_die(monsters *monster, killer_type killer, int i, bool silent)
const bool gives_xp = !monster->has_ench(ENCH_ABJ);
bool in_transit = false;
- bool drop_items = !hard_reset && !mons_is_holy(monster);
+ bool drop_items = !hard_reset;
#ifdef DGL_MILESTONES
_check_kill_milestone(monster, killer, i);