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 3d7b57383c..c0cd22966f 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -361,7 +361,8 @@ enum special_missile_type // to separate from weapons in general {dlb}
SPMSL_EXPLODING, // 10
SPMSL_STEEL,
SPMSL_SILVER,
- NUM_SPECIAL_MISSILES // 12
+ SPMSL_ELECTRIC,
+ NUM_SPECIAL_MISSILES // 13
};
enum special_ring_type // jewellery mitm[].special values