summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/shopping.cc')
-rw-r--r--crawl-ref/source/shopping.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index f3f8440ba2..7d8353897f 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -893,6 +893,9 @@ unsigned int item_value( item_def item, bool ident )
break;
case ARM_HELMET:
+ case ARM_HELM:
+ case ARM_CAP:
+ case ARM_WIZARD_HAT:
case ARM_BUCKLER:
valued += 25;
break;