summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/book-data.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-02-25 14:37:30 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-26 21:20:33 -0700
commit5516d479cdc6e041aebf3df4311fde0ab3d6fb48 (patch)
treec63c1374945bf050f633b4e00e66f83655846278 /crawl-ref/source/book-data.h
parent359569f0a7cc005214ae84427511059f71db10ad (diff)
downloadcrawl-ref-5516d479cdc6e041aebf3df4311fde0ab3d6fb48.tar.gz
crawl-ref-5516d479cdc6e041aebf3df4311fde0ab3d6fb48.zip
Remove the rod of venom.
It had OTR (available through staff of Olgreb), Poisonous Cloud (sort of available through the rod of clouds), and Poison Arrow. A multi-spell rod which duplicates effects of other items and whose sole remaining spell is itself a normal spell does not need to exist.
Diffstat (limited to 'crawl-ref/source/book-data.h')
-rw-r--r--crawl-ref/source/book-data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/book-data.h b/crawl-ref/source/book-data.h
index 76f9a192df..07214005f5 100644
--- a/crawl-ref/source/book-data.h
+++ b/crawl-ref/source/book-data.h
@@ -589,6 +589,7 @@
SPELL_NO_SPELL,
},
+#if TAG_MAJOR_VERSION == 34
{ // Rod of venom
SPELL_OLGREBS_TOXIC_RADIANCE,
SPELL_POISONOUS_CLOUD,
@@ -599,3 +600,4 @@
SPELL_NO_SPELL,
SPELL_NO_SPELL,
},
+#endif