summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-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 2bea533386..52a0400fc9 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -4833,7 +4833,7 @@ static void builder_monsters(int level_number, char level_type, int mon_wanted)
{
for (y = 0; y < GYM; y++)
{
- if (grd[x][y] == DNGN_LAVA)
+ if (grd[x][y] == DNGN_LAVA && level_number > 6)
{
lava_spaces++;
}