From b57925e63b5899e282c77f94b082fd2d1c0f0a91 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 30 Oct 2009 10:44:18 -0500 Subject: After some thought, and considering that animal skins show up less often now, make them mundane items. --- crawl-ref/source/itemprop.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crawl-ref/source/itemprop.cc') 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; } -- cgit v1.2.3-54-g00ecf