summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-14 22:09:12 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-14 23:00:54 -0700
commit6d5903a5d756323e4e0fe847bbe88603e86326f9 (patch)
tree644a636a9acb2d0315169347476169d2c57d84a6 /crawl-ref/source/items.cc
parent6d2b5baa39ef7e2eb1e2a7b70d682991705ac1dc (diff)
downloadcrawl-ref-6d5903a5d756323e4e0fe847bbe88603e86326f9.tar.gz
crawl-ref-6d5903a5d756323e4e0fe847bbe88603e86326f9.zip
Update an outdated comment
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index 5ef516892f..95c528759f 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -3875,7 +3875,7 @@ item_info get_item_info(const item_def& item)
break;
case OBJ_ARMOUR:
ii.sub_type = item.sub_type;
- ii.plus2 = item.plus2; // sub-subtype (gauntlets, etc)
+ ii.plus2 = item.plus2; // sub-subtype (helmets, etc)
if (item_ident(ii, ISFLAG_KNOW_PLUSES))
ii.plus = item.plus;
if (item_type_known(item))