summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lev-pand.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-02-26 22:46:45 -0500
committerShmuale Mark <shm.mark@gmail.com>2014-02-26 22:58:05 -0500
commit1deaadec35c1a614533b04fc591beb4ae9e15829 (patch)
tree1dce5e7f3cc9c8ee4d9234d0e9c3322a964fb00e /crawl-ref/source/lev-pand.cc
parenta08158df8074faaf8bcd071216049660d15b637f (diff)
downloadcrawl-ref-1deaadec35c1a614533b04fc591beb4ae9e15829.tar.gz
crawl-ref-1deaadec35c1a614533b04fc591beb4ae9e15829.zip
Remove rotting devils.
They were identical to necrophages in all important respects, their trailing miasma cloud not one of those. Their generation chances are generally given to other 4s, except in Tartarus where they are replaced by their doppelgangers.
Diffstat (limited to 'crawl-ref/source/lev-pand.cc')
-rw-r--r--crawl-ref/source/lev-pand.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/lev-pand.cc b/crawl-ref/source/lev-pand.cc
index 85c2e2c7fc..8ddc68e352 100644
--- a/crawl-ref/source/lev-pand.cc
+++ b/crawl-ref/source/lev-pand.cc
@@ -62,7 +62,6 @@ void init_pandemonium(void)
{
env.mons_alloc[pc] = random_choose(
MONS_HELLION,
- MONS_ROTTING_DEVIL,
MONS_TORMENTOR,
MONS_REAPER,
MONS_SOUL_EATER,