From df1ad0a3b4c71a9273461aca8abd29fc30be544a Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 13 Sep 2009 10:50:38 +0000 Subject: Shorten Lair to 8 levels. In monster generation I collapsed monsters of Lair:1-2 to Lair:1 and Lair:3-4 to Lair:2, with the rest following as usual. Monster weights have *not* been changed. The subbranch entrances are now as follows: Swamp/Shoals: 2-5 Snake : 3-6 Slime Pits : 5-8 git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10666 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/branch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/branch.cc') diff --git a/crawl-ref/source/branch.cc b/crawl-ref/source/branch.cc index cf247bb4ad..f95ed8b96b 100644 --- a/crawl-ref/source/branch.cc +++ b/crawl-ref/source/branch.cc @@ -184,7 +184,7 @@ Branch branches[] = { NULL, NULL, NULL, NULL, 8, 'E', false, true }, - { BRANCH_LAIR, BRANCH_MAIN_DUNGEON, 10, 8, 0, 0, + { BRANCH_LAIR, BRANCH_MAIN_DUNGEON, 8, 8, 0, 0, DNGN_ENTER_LAIR, DNGN_RETURN_FROM_LAIR, "Lair", "the Lair of Beasts", "Lair", NULL, -- cgit v1.2.3-54-g00ecf