summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-11-30 23:25:26 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-12-01 01:00:28 +0000
commit9eb20e42e6b6d52b230228ecb28eb20811250be9 (patch)
tree68b78a9c2e5dbff27a663fa8e12841ff72aa7801 /crawl-ref/source/makeitem.cc
parent2a3846fe12694272873f3c3038f894a0fc09ce16 (diff)
downloadcrawl-ref-9eb20e42e6b6d52b230228ecb28eb20811250be9.tar.gz
crawl-ref-9eb20e42e6b6d52b230228ecb28eb20811250be9.zip
Replace bracers with gloves
Bracers of archery become gloves of archery, and are identified on equip instead of on sight.
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index f83456d05d..3717b2febf 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -2513,9 +2513,6 @@ static void _generate_armour_item(item_def& item, bool allow_uniques,
do_uncurse_item(item, false);
item.plus = 0;
}
-
- if (item.sub_type == ARM_GLOVES && item.special == SPARM_ARCHERY)
- item.flags |= ISFLAG_KNOW_TYPE;
}
static monster_type _choose_random_monster_corpse()