summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
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/enum.h
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/enum.h')
-rw-r--r--crawl-ref/source/enum.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 1fb11a4fa3..e4e6b9c822 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -567,7 +567,9 @@ enum branch_type // you.where_are_you
BRANCH_SPIDER,
BRANCH_SLIME,
BRANCH_VAULTS,
+#if TAG_MAJOR_VERSION == 34
BRANCH_BLADE,
+#endif
BRANCH_CRYPT,
BRANCH_TOMB,
#if TAG_MAJOR_VERSION > 34
@@ -1428,7 +1430,9 @@ enum dungeon_feature_type
DNGN_ENTER_SLIME,
DNGN_ENTER_VAULTS,
DNGN_ENTER_CRYPT,
+#if TAG_MAJOR_VERSION == 34
DNGN_ENTER_BLADE,
+#endif
DNGN_ENTER_ZOT,
DNGN_ENTER_TEMPLE,
DNGN_ENTER_SNAKE,
@@ -1454,7 +1458,9 @@ enum dungeon_feature_type
DNGN_RETURN_FROM_SLIME,
DNGN_RETURN_FROM_VAULTS,
DNGN_RETURN_FROM_CRYPT,
+#if TAG_MAJOR_VERSION == 34
DNGN_RETURN_FROM_BLADE,
+#endif
DNGN_RETURN_FROM_ZOT,
DNGN_RETURN_FROM_TEMPLE,
DNGN_RETURN_FROM_SNAKE,