summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.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/itemprop-enum.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/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 8ee2f57fa1..3f72b4a3b4 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -434,7 +434,9 @@ enum rod_type
#endif
ROD_SHADOWS,
ROD_STRIKING,
+#if TAG_MAJOR_VERSION == 34
ROD_VENOM,
+#endif
NUM_RODS,
};