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 fc437c7c30..c0240a4796 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -7153,7 +7153,7 @@ static int pick_an_altar(void)
altar_type = DNGN_ALTAR_ZIN + random2(NUM_GODS - 1);
}
while (altar_type == DNGN_ALTAR_NEMELEX_XOBEH
- || altar_type == DNGN_ALTAR_LUCY);
+ || altar_type == DNGN_ALTAR_LUGONU);
break;
}
}