summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-13 09:31:47 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-13 09:31:47 +0000
commit7400e2b500bba61682a888a3293e3c382224014e (patch)
treeebe4db3c816a4fa1ee3d6625b7124b6f5d7a2ecb /crawl-ref/source/itemprop.cc
parent3a38986e4358d3a989cef881386ecc654b36fa1c (diff)
downloadcrawl-ref-7400e2b500bba61682a888a3293e3c382224014e.tar.gz
crawl-ref-7400e2b500bba61682a888a3293e3c382224014e.zip
Corpses don't need identification [1830717]
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2844 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-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: