summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/itemprop.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index e0630da891..17d6f1df0c 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -553,6 +553,7 @@ unsigned long full_ident_mask( const item_def& item )
switch ( item.base_type )
{
case OBJ_FOOD:
+ case OBJ_CORPSES:
flagset = 0;
break;
case OBJ_MISCELLANY: