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 59b04c9161..e970be60a1 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -680,6 +680,9 @@ static void describe_floor() {
case DNGN_ALTAR_LUGONU:
mpr("There is a corrupted altar of Lugonu here.");
break;
+ case DNGN_ALTAR_BEOGH:
+ mpr("There is a roughly hewn altar of Beogh here.");
+ break;
case DNGN_BLUE_FOUNTAIN:
mpr("There is a fountain here (q to drink).");
break;