summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 5fbd26c968..1c4543f856 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -343,7 +343,8 @@ enum special_armour_type
SPARM_PRESERVATION,
SPARM_REFLECTION,
SPARM_SPIRIT_SHIELD, // 20
- NUM_SPECIAL_ARMOURS // 21
+ SPARM_ARCHERY,
+ NUM_SPECIAL_ARMOURS // 22
};
enum special_missile_type // to separate from weapons in general {dlb}