summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 21:57:01 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-05 21:57:01 -0600
commitc8e39879f153b12a505b47fe20481d457ca9d1c5 (patch)
tree95c144b0ee36849ac4962591ecc1508de27fd1d3
parentf6fed038294b736f9f1c2bd5c6d8686cc900b56d (diff)
downloadcrawl-ref-c8e39879f153b12a505b47fe20481d457ca9d1c5.tar.gz
crawl-ref-c8e39879f153b12a505b47fe20481d457ca9d1c5.zip
Rename the hellion spell list from MST_BURNING_DEVIL to MST_HELLION.
-rw-r--r--crawl-ref/source/enum.h2
-rw-r--r--crawl-ref/source/mon-data.h2
-rw-r--r--crawl-ref/source/mon-spll.h3
3 files changed, 3 insertions, 4 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 41483558b1..98ed77e78f 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2195,7 +2195,7 @@ enum mon_spellbook_type
MST_LICH_II,
MST_LICH_III,
MST_LICH_IV,
- MST_BURNING_DEVIL = 30,
+ MST_HELLION = 30,
MST_VAMPIRE = 40,
MST_VAMPIRE_KNIGHT,
MST_VAMPIRE_MAGE,
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index c6c29c321e..961f8373eb 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -3539,7 +3539,7 @@ static monsterentry mondata[] = {
0, 11, MONS_HELLION, MONS_HELLION, MH_DEMONIC, -7,
{ {AT_HIT, AF_PLAIN, 10}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
{ 7, 3, 5, 0 },
- 5, 10, MST_BURNING_DEVIL, CE_NOCORPSE, Z_NOZOMBIE, S_SCREAM, I_HIGH,
+ 5, 10, MST_HELLION, CE_NOCORPSE, Z_NOZOMBIE, S_SCREAM, I_HIGH,
HT_LAND, FL_NONE, 13, DEFAULT_ENERGY, MONUSE_OPEN_DOORS, MONEAT_NOTHING, SIZE_MEDIUM
},
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index 1c1948dce4..aaf1f13b3f 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -107,7 +107,7 @@
}
},
- { MST_BURNING_DEVIL,
+ { MST_HELLION,
{
SPELL_HELLFIRE_BURST,
SPELL_HELLFIRE_BURST,
@@ -983,7 +983,6 @@
}
},
-
// Crusader theme.
{ MST_RUPERT,
{