summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-07 21:06:11 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-07 23:51:21 -0400
commit57c10a80aea6fe3093246d5bc8770f1f4a2f71df (patch)
tree02c4d414058c03c5de297c12f50073b3db48fd03 /crawl-ref/source/viewmap.cc
parentb0c9e7892796b91383c174755e9888fc75e8857d (diff)
downloadcrawl-ref-57c10a80aea6fe3093246d5bc8770f1f4a2f71df.tar.gz
crawl-ref-57c10a80aea6fe3093246d5bc8770f1f4a2f71df.zip
Remove Hall of Blades
The complaints against the branch are well documented, mostly stating Dancing Weapons are awful enemies and the Hall of Blades is filled with them.
Diffstat (limited to 'crawl-ref/source/viewmap.cc')
-rw-r--r--crawl-ref/source/viewmap.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/viewmap.cc b/crawl-ref/source/viewmap.cc
index 3118bd1dc6..0d6132e292 100644
--- a/crawl-ref/source/viewmap.cc
+++ b/crawl-ref/source/viewmap.cc
@@ -173,13 +173,13 @@ bool is_feature(ucs_t feature, const coord_def& where)
#if TAG_MAJOR_VERSION == 34
case DNGN_RETURN_FROM_DWARF:
case DNGN_RETURN_FROM_FOREST:
+ case DNGN_RETURN_FROM_BLADE:
#endif
case DNGN_RETURN_FROM_ORC:
case DNGN_RETURN_FROM_LAIR:
case DNGN_RETURN_FROM_SLIME:
case DNGN_RETURN_FROM_VAULTS:
case DNGN_RETURN_FROM_CRYPT:
- case DNGN_RETURN_FROM_BLADE:
case DNGN_RETURN_FROM_TEMPLE:
case DNGN_RETURN_FROM_SNAKE:
case DNGN_RETURN_FROM_ELF:
@@ -205,13 +205,13 @@ bool is_feature(ucs_t feature, const coord_def& where)
#if TAG_MAJOR_VERSION == 34
case DNGN_ENTER_DWARF:
case DNGN_ENTER_FOREST:
+ case DNGN_ENTER_BLADE:
#endif
case DNGN_ENTER_ORC:
case DNGN_ENTER_LAIR:
case DNGN_ENTER_SLIME:
case DNGN_ENTER_VAULTS:
case DNGN_ENTER_CRYPT:
- case DNGN_ENTER_BLADE:
case DNGN_ENTER_TEMPLE:
case DNGN_ENTER_SNAKE:
case DNGN_ENTER_ELF: