summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-02-25 14:23:17 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-26 21:20:28 -0700
commit359569f0a7cc005214ae84427511059f71db10ad (patch)
tree2a5ef8f3cec1c3e90144241fcd191fe61292cd85 /crawl-ref/source/itemprop-enum.h
parent2c0f31843e2b39ab2769200c9f67616d57e3decc (diff)
downloadcrawl-ref-359569f0a7cc005214ae84427511059f71db10ad.tar.gz
crawl-ref-359569f0a7cc005214ae84427511059f71db10ad.zip
Rod of demonology -> Rod of shadows.
Weaves shadow creatures roughly from D:<evocations power> (including out-of-depth D depths).
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index f3b7d138a5..8ee2f57fa1 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -432,7 +432,7 @@ enum rod_type
#if TAG_MAJOR_VERSION == 34
ROD_WARDING,
#endif
- ROD_DEMONOLOGY,
+ ROD_SHADOWS,
ROD_STRIKING,
ROD_VENOM,
NUM_RODS,