summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-03 05:07:29 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-03 05:07:29 +0000
commit6c5a75e67ee5a0ec667c6581942cf9ce2d932bcc (patch)
tree76390863d326cacbd6eb2b530d37b39b48d2dabf /crawl-ref/source/mon-pick.cc
parent6e931b336a5291858511efd07ad1790b41caf606 (diff)
downloadcrawl-ref-6c5a75e67ee5a0ec667c6581942cf9ce2d932bcc.tar.gz
crawl-ref-6c5a75e67ee5a0ec667c6581942cf9ce2d932bcc.zip
Allow angels and daevas to show up in the Abyss.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3388 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-pick.cc')
-rw-r--r--crawl-ref/source/mon-pick.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index d7989c10c2..dac6cf39d2 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -183,6 +183,7 @@ bool mons_abyss(int mcls)
case MONS_ABOMINATION_SMALL:
case MONS_AIR_ELEMENTAL:
case MONS_ANCIENT_LICH:
+ case MONS_ANGEL:
case MONS_BALRUG:
case MONS_BLUE_DEATH:
case MONS_BLUE_DEVIL:
@@ -190,6 +191,7 @@ bool mons_abyss(int mcls)
case MONS_CACODEMON:
case MONS_CLAY_GOLEM:
case MONS_CRYSTAL_GOLEM:
+ case MONS_DAEVA:
case MONS_DANCING_WEAPON:
case MONS_DEMONIC_CRAWLER:
case MONS_EARTH_ELEMENTAL:
@@ -394,9 +396,11 @@ int mons_rare_abyss(int mcls)
case MONS_REAPER:
return 8;
+ case MONS_DAEVA:
case MONS_SOUL_EATER:
return 7;
+ case MONS_ANGEL:
case MONS_IRON_DEVIL:
return 6;