summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/luadgn.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-14 10:53:00 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-14 10:53:00 +0000
commitbcfa65c5edfa99bbeceb9a423d4a32f85c8a5776 (patch)
treeabce32d961af6ac0f540d75b9ef93bffe91faed7 /crawl-ref/source/luadgn.cc
parentc2e225e37b6fd61253cb5804c719462fb29bb136 (diff)
downloadcrawl-ref-bcfa65c5edfa99bbeceb9a423d4a32f85c8a5776.tar.gz
crawl-ref-bcfa65c5edfa99bbeceb9a423d4a32f85c8a5776.zip
Wrong feature name order for statues.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2460 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/luadgn.cc')
-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 f8001d0708..e1c60b05b5 100644
--- a/crawl-ref/source/luadgn.cc
+++ b/crawl-ref/source/luadgn.cc
@@ -1064,8 +1064,8 @@ const char *dngn_feature_names[] =
"green_crystal_wall", "rock_wall", "stone_wall", "permarock_wall",
"clear_rock_wall", "clear_stone_wall", "clear_permarock_wall",
"orcish_idol", "", "", "", "", "", "", "", "",
- "silver_statue", "granite_statue", "orange_crystal_statue",
- "statue_reserved_1", "statue_reserved_2", "", "", "", "", "", "",
+ "granite_statue", "statue_reserved_1", "statue_reserved_2",
+ "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "lava",
"deep_water", "", "", "shallow_water", "water_stuck", "floor",