summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index 0923692ed3..ff433e3399 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -675,6 +675,9 @@ static void describe_floor() {
case DNGN_ALTAR_ELYVILON:
mpr("There is a silver altar of Elyvilon here.");
break;
+ case DNGN_ALTAR_LUCY:
+ mpr("There is a corrupted altar of Lucy here.");
+ break;
case DNGN_BLUE_FOUNTAIN:
mpr("There is a fountain here (q to drink).");
break;