summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index e06ced44d1..cd5d8fcaa1 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -1787,7 +1787,7 @@ bool is_feature(int feature, int x, int y)
case DNGN_ALTAR_TROG:
case DNGN_ALTAR_NEMELEX_XOBEH:
case DNGN_ALTAR_ELYVILON:
- case DNGN_ALTAR_LUCY:
+ case DNGN_ALTAR_LUGONU:
return true;
default:
return false;
@@ -3148,7 +3148,7 @@ void init_feature_table( void )
Feature[i].seen_colour = LIGHTGREY;
break;
- case DNGN_ALTAR_LUCY:
+ case DNGN_ALTAR_LUGONU:
Feature[i].colour = GREEN;
Feature[i].symbol = Options.char_table[ DCHAR_ALTAR ];
Feature[i].notable = true;