summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/dungeon.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 8944413aef..941dea97c9 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -4533,7 +4533,8 @@ static void builder_monsters(int level_number, char level_type, int mon_wanted)
int aq_creatures;
int swimming_things[4];
- if (level_type == LEVEL_PANDEMONIUM)
+ if (level_type == LEVEL_PANDEMONIUM
+ || player_in_branch(BRANCH_ECUMENICAL_TEMPLE))
return;
for (i = 0; i < mon_wanted; i++)