From c4779b6bb58812ba43eb0d32d86b6293681a0bd9 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 22 Jan 2009 05:34:56 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8676 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index e94909fe9b..4e0e941b9d 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -989,8 +989,9 @@ bool can_wear_armour(const item_def &item, bool verbose, bool ignore_temporary) { if (sub_type >= ARM_LEATHER_ARMOUR && sub_type <= ARM_PLATE_MAIL - || sub_type >= ARM_GLOVES - && sub_type <= ARM_BUCKLER + || sub_type == ARM_GLOVES + || sub_type == ARM_BOOTS + || sub_type == ARM_BUCKLER || sub_type == ARM_CRYSTAL_PLATE_MAIL || is_hard_helmet(item)) { -- cgit v1.2.3-54-g00ecf