summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abyss.cc')
-rw-r--r--crawl-ref/source/abyss.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc
index b729491396..b3081d5379 100644
--- a/crawl-ref/source/abyss.cc
+++ b/crawl-ref/source/abyss.cc
@@ -391,6 +391,7 @@ static void _abyss_lose_monster(monsters &mons)
if (mons.needs_transit())
mons.set_transit( level_id(LEVEL_ABYSS) );
+ mons.destroy_inventory();
mons.reset();
}