summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,