summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/luadgn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/luadgn.cc')
-rw-r--r--crawl-ref/source/luadgn.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/crawl-ref/source/luadgn.cc b/crawl-ref/source/luadgn.cc
index 465e9e894a..012b58788c 100644
--- a/crawl-ref/source/luadgn.cc
+++ b/crawl-ref/source/luadgn.cc
@@ -1354,10 +1354,11 @@ static int dgn_colour_at(lua_State *ls)
const char *dngn_feature_names[] =
{
- "unseen", "closed_door", "secret_door", "wax_wall", "metal_wall",
- "green_crystal_wall", "rock_wall", "stone_wall", "permarock_wall",
- "clear_rock_wall", "clear_stone_wall", "clear_permarock_wall",
- "orcish_idol", "", "", "", "", "", "", "", "",
+ "unseen", "closed_door", "detected_secret_door", "secret_door",
+ "wax_wall", "metal_wall", "green_crystal_wall", "rock_wall", "stone_wall",
+ "permarock_wall",
+ "clear_rock_wall", "clear_stone_wall", "clear_permarock_wall", "", "",
+ "orcish_idol", "", "", "", "", "",
"granite_statue", "statue_reserved_1", "statue_reserved_2",
"", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",