summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-28 06:51:23 +0000
committerevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-28 06:51:23 +0000
commit717609abcaa13c7e83ea5300e0a73897d3166b54 (patch)
tree1798b784ec1dd28b009c500a3662a8e4242a2fab
parent3f60fc2466230366276d446a6ac9ca0264679c6c (diff)
downloadcrawl-ref-717609abcaa13c7e83ea5300e0a73897d3166b54.tar.gz
crawl-ref-717609abcaa13c7e83ea5300e0a73897d3166b54.zip
Make Duvessa and Dowan not appear so early. (due)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10607 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/dungeon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 07ac4028ff..7ce21c0b08 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -3292,7 +3292,7 @@ static monster_type _choose_unique_by_depth(int step)
{
case 0: // depth <= 3
ret = random_choose(MONS_TERENCE, MONS_JESSICA, MONS_IJYB,
- MONS_SIGMUND, MONS_DUVESSA, -1);
+ MONS_SIGMUND, -1);
break;
case 1: // depth <= 7
ret = random_choose(MONS_IJYB, MONS_SIGMUND, MONS_BLORK_THE_ORC,