summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 9d22deea8f..07ae4fc5ca 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -597,6 +597,11 @@ bool item_is_mundane(const item_def &item)
}
break;
+ case OBJ_ARMOUR:
+ if (item.sub_type == ARM_ANIMAL_SKIN)
+ return (true);
+ break;
+
default:
break;
}