summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-02 13:50:00 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-02 13:50:00 +1000
commit94db942d6a6bda3ae322c6af5671ccb43def2444 (patch)
tree92eb8fce3ad00f9822ca3d789d686923380a59ef /crawl-ref/source/enum.h
parentb16b25683f1733cdea0214e7914218d40b3b518f (diff)
downloadcrawl-ref-94db942d6a6bda3ae322c6af5671ccb43def2444.tar.gz
crawl-ref-94db942d6a6bda3ae322c6af5671ccb43def2444.zip
Rename "firedrake" to "fire drake".
This brings it in line with all the other "drake" monsters: "swamp drake", "death drake", etc. I don't believe this change is contentious, and I hopefully haven't broken tiles build.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index e080bbd3c2..0d3f71f50f 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1778,7 +1778,7 @@ enum monster_type // (int) menv[].type
MONS_NAGA,
MONS_FIRE_GIANT,
MONS_FROST_GIANT,
- MONS_FIREDRAKE,
+ MONS_FIRE_DRAKE,
MONS_SHADOW_DRAGON, // 165
MONS_VIPER,
MONS_GREY_SNAKE,