summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-init.cc
diff options
context:
space:
mode:
authorAaron Becker <akbecker@gmail.com>2011-10-03 23:25:41 -0500
committerChris Campbell <chriscampbell89@gmail.com>2011-10-22 18:59:47 +0100
commit670b91048c0c0e51564abcafa680c734612ca736 (patch)
treeeea9560c34322022bf9f8fb3c1f14a72697ff17c /crawl-ref/source/ng-init.cc
parente7a636f9ab0e31ce586ce7ac3fd1804b0678c3a7 (diff)
downloadcrawl-ref-670b91048c0c0e51564abcafa680c734612ca736.tar.gz
crawl-ref-670b91048c0c0e51564abcafa680c734612ca736.zip
Turn hive into a portal vault and make bees more interesting.
Turn the hive into a guaranteed portal, allow queens to berserk worker Allow bee larvae to turn into bees by eating honey/jelly
Diffstat (limited to 'crawl-ref/source/ng-init.cc')
-rw-r--r--crawl-ref/source/ng-init.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/ng-init.cc b/crawl-ref/source/ng-init.cc
index 52b31d8ebf..81abfc03cd 100644
--- a/crawl-ref/source/ng-init.cc
+++ b/crawl-ref/source/ng-init.cc
@@ -75,6 +75,8 @@ void initialise_branch_depths()
dprf("Disabling branch: %s", branches[disabled_branch].shortname);
branches[disabled_branch].startdepth = -1;
+ dprf("Disabling hive.");
+ branches[BRANCH_HIVE].startdepth = -1;
initialise_branches_for_game_type();
}