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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index cd2cdba876..1a8b0c8044 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -1467,7 +1467,7 @@ int mons_place( int mon_type, beh_type behaviour, int target, bool summoned,
// this gives a slight challenge to the player as they ascend the
// dungeon with the Orb
if (you.char_direction == GDT_ASCENDING && mon_type == RANDOM_MONSTER
- && you.level_type == LEVEL_DUNGEON)
+ && you.level_type == LEVEL_DUNGEON && !summoned)
{
mon_type = pick_zot_exit_defender();
permit_bands = true;