summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
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;