summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index 42e8220dcd..f68e4c5b85 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -497,11 +497,7 @@ static monster_type _resolve_monster_type(monster_type mon_type,
|| drac_colour_incompatible(mon_type, base_type)));
}
else if (mon_type == RANDOM_BASE_DRACONIAN)
- {
- mon_type =
- static_cast<monster_type>(
- random_range(MONS_BLACK_DRACONIAN, MONS_PALE_DRACONIAN));
- }
+ mon_type = random_draconian_monster_species();
else if (mon_type == RANDOM_NONBASE_DRACONIAN)
{
mon_type =