From 3eb5546d189ab5129707cfe7d96509a0a817fe5d Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 8 Mar 2009 00:20:53 +0000 Subject: And use it in one more place. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9375 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monplace.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crawl-ref/source/monplace.cc') 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( - random_range(MONS_BLACK_DRACONIAN, MONS_PALE_DRACONIAN)); - } + mon_type = random_draconian_monster_species(); else if (mon_type == RANDOM_NONBASE_DRACONIAN) { mon_type = -- cgit v1.2.3-54-g00ecf