summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-24 18:23:25 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-24 18:23:25 +0200
commite89e052b6cc822f51ed56954d3b22c8941ab72a1 (patch)
tree07317652da9156a5e726c726e93dcdebdade1ebb /crawl-ref/source/branch-data.h
parentef0e15a5d4d385e29daef5e67d2136bdb627b791 (diff)
downloadcrawl-ref-e89e052b6cc822f51ed56954d3b22c8941ab72a1.tar.gz
crawl-ref-e89e052b6cc822f51ed56954d3b22c8941ab72a1.zip
Purge the remnants of Hive.
Diffstat (limited to 'crawl-ref/source/branch-data.h')
-rw-r--r--crawl-ref/source/branch-data.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/branch-data.h b/crawl-ref/source/branch-data.h
index 7c7c669dc8..2f5869883d 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -321,14 +321,16 @@ const Branch branches[NUM_BRANCHES] = {
mons_null_rare, mons_null_level,
'8', false, 0 },
+#if TAG_MAJOR_VERSION == 33
{ BRANCH_HIVE, NUM_BRANCHES, -1, -1, 1, 13,
BFLAG_NO_XLEV_TRAVEL, 0,
DNGN_ENTER_PORTAL_VAULT, DNGN_EXIT_PORTAL_VAULT,
"Hive", "a hive", "Hive",
"You hear a buzzing sound coming from all directions.",
false, YELLOW, BROWN,
- mons_hive_rare, mons_hive_level,
+ mons_null_rare, mons_null_level,
'H', true, 5 },
+#endif
};
#endif