summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-10-13 20:41:10 -0700
committerMatthew Cline <zelgadis@sourceforge.net>2009-10-13 20:41:10 -0700
commit48b3a226dfcbec88bdfe4dd61dc0cfbee5314337 (patch)
treebe193cd85500a38f9c072cf0b6e0d223954f6d4a
parent572caa82063c3a33dde18e9234b0cf7ec143c017 (diff)
downloadcrawl-ref-48b3a226dfcbec88bdfe4dd61dc0cfbee5314337.tar.gz
crawl-ref-48b3a226dfcbec88bdfe4dd61dc0cfbee5314337.zip
Add string name for trees feature, so it can be reference by scripts and
wizard commands.
-rw-r--r--crawl-ref/source/luadgn.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/luadgn.cc b/crawl-ref/source/luadgn.cc
index cc8c049115..c7d8d90167 100644
--- a/crawl-ref/source/luadgn.cc
+++ b/crawl-ref/source/luadgn.cc
@@ -1386,8 +1386,8 @@ const char *dngn_feature_names[] =
"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", "open_sea",
- "", "orcish_idol", "", "", "", "", "",
+ "clear_rock_wall", "clear_stone_wall", "clear_permarock_wall", "trees",
+ "open_sea", "orcish_idol", "", "", "", "", "",
"granite_statue", "statue_reserved_1", "statue_reserved_2",
"", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",