From 082e5d6cf970a077687b2aff2ffee5eb69479086 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Tue, 12 Jan 2010 13:24:40 +0100 Subject: Remove electric missiles. The launcher brand is still there, currently on the storm bow and 1/5 of branded (ie, 1/3 of them) randart crossbows. --- crawl-ref/source/itemprop-enum.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/itemprop-enum.h') diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h index a079cc9368..e77eabf3d0 100644 --- a/crawl-ref/source/itemprop-enum.h +++ b/crawl-ref/source/itemprop-enum.h @@ -1,6 +1,8 @@ #ifndef ITEMPROP_ENUM_H #define ITEMPROP_ENUM_H +#include "tags.h" + enum armour_type { ARM_ROBE, // 0 @@ -355,7 +357,9 @@ enum special_missile_type // to separate from weapons in general {dlb} SPMSL_EXPLODING, // 10 SPMSL_STEEL, SPMSL_SILVER, - SPMSL_ELECTRIC, +#if TAG_MAJOR_VERSION == 16 + SPMSL_ELECTRIC, // removed +#endif SPMSL_PARALYSIS, // paralysis, needle only from here in SPMSL_SLOW, // makes slow SPMSL_SLEEP, // sleep -- cgit v1.2.3-54-g00ecf