summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lev-pand.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-04-10 13:21:39 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2010-04-10 13:21:39 -0500
commit900607263404a2ef0c5c2bdd8ea2117efc9aa1ea (patch)
treec1ca6acc2782d3fd86f948460b0f9d534f941e0b /crawl-ref/source/lev-pand.cc
parentb9685c3e16455e808abd3b718eaf8fc0011203f0 (diff)
downloadcrawl-ref-900607263404a2ef0c5c2bdd8ea2117efc9aa1ea.tar.gz
crawl-ref-900607263404a2ef0c5c2bdd8ea2117efc9aa1ea.zip
Implement eronarn's ideas regarding the manes, with a few tweaks.
Rename the manes the iron imp; change its description to mention metal skin; change its color to cyan; let it use weapons and armor as the iron devil can; let it use the same speech routines as other imps; and make it (rarely) available via Call Imp.
Diffstat (limited to 'crawl-ref/source/lev-pand.cc')
-rw-r--r--crawl-ref/source/lev-pand.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/lev-pand.cc b/crawl-ref/source/lev-pand.cc
index 57e2ed8bf8..b67c6e3a5f 100644
--- a/crawl-ref/source/lev-pand.cc
+++ b/crawl-ref/source/lev-pand.cc
@@ -99,7 +99,7 @@ void init_pandemonium(void)
case 0: case 10: env.mons_alloc[pc] = MONS_WHITE_IMP; break;
case 1: case 11: env.mons_alloc[pc] = MONS_LEMURE; break;
case 2: case 12: env.mons_alloc[pc] = MONS_UFETUBUS; break;
- case 3: case 13: env.mons_alloc[pc] = MONS_MANES; break;
+ case 3: case 13: env.mons_alloc[pc] = MONS_IRON_IMP; break;
case 4: case 14: env.mons_alloc[pc] = MONS_MIDGE; break;
case 5: env.mons_alloc[pc] = MONS_NEQOXEC; break;
case 6: env.mons_alloc[pc] = MONS_ORANGE_DEMON; break;