summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-18 04:43:52 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-18 04:43:52 +0000
commita726785d79ffb50c0de99ec9a377efda8a11bcba (patch)
treebf07fbffd05144a8c34b9128ed7ce52fc783d8d2 /crawl-ref/source/itemprop-enum.h
parent997c442b5a232eeb34896d4ab82b01ff7f2597aa (diff)
downloadcrawl-ref-a726785d79ffb50c0de99ec9a377efda8a11bcba.tar.gz
crawl-ref-a726785d79ffb50c0de99ec9a377efda8a11bcba.zip
Remove the rod of warding
It's one of the various uninteresting multi-spell rods, with Deflect Missiles as the only notable spell most of the time, and DMsl doesn't work as a rod spell with its recent changes (and probably shouldn't be a rod spell even if it did work properly).
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index 5af378ce60..d5102611e4 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -429,7 +429,9 @@ enum rod_type
ROD_FRIGID_DESTRUCTION,
ROD_DESTRUCTION,
ROD_INACCURACY,
+#if TAG_MAJOR_VERSION == 34
ROD_WARDING,
+#endif
ROD_DEMONOLOGY,
ROD_STRIKING,
ROD_VENOM,