summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-03-29 01:14:16 -0230
committerDracoOmega <draco_omega@live.com>2014-03-29 06:30:36 -0230
commit52661a8da4720939f538e942994c954cc5fd8334 (patch)
treedce7042ed3a1978a5d0aee9eec1863e7cd85e177 /crawl-ref/source/itemprop-enum.h
parentdae4556f83d7a5a1d1acda8eb434c20f82ae62f3 (diff)
downloadcrawl-ref-52661a8da4720939f538e942994c954cc5fd8334.tar.gz
crawl-ref-52661a8da4720939f538e942994c954cc5fd8334.zip
Rename Rod of Fiery Destruction to Rod of Ignition
Having rods of both Destruction and Fiery Destruction was a bit awkward in much the same way that Fiends and Dragons were awkward before they each discovered their respective adjectives.
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 022b0857a5..edc2d9048b 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -424,7 +424,7 @@ enum rod_type
{
ROD_LIGHTNING,
ROD_SWARM,
- ROD_FIERY_DESTRUCTION,
+ ROD_IGNITION,
ROD_CLOUDS,
ROD_DESTRUCTION,
ROD_INACCURACY,