From 50b9bb4b63d32d75b429469415e71f477116e2ae Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Wed, 7 Oct 2009 22:01:31 +0200 Subject: Allow Gastronok and Prince Ribbit to generate in the Lair. (due) --- crawl-ref/source/branch.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/branch.cc') diff --git a/crawl-ref/source/branch.cc b/crawl-ref/source/branch.cc index 6d2851d98f..7a90464794 100644 --- a/crawl-ref/source/branch.cc +++ b/crawl-ref/source/branch.cc @@ -186,9 +186,9 @@ Branch branches[] = { DNGN_ENTER_LAIR, DNGN_RETURN_FROM_LAIR, "Lair", "the Lair of Beasts", "Lair", NULL, - true, false, GREEN, BROWN, - mons_lair_rare, mons_lair_level, - NULL, NULL, NULL, NULL, + true, true, GREEN, BROWN, // HACK to allow placement of + mons_lair_rare, mons_lair_level, // MONS_GASTRONOK. All other + NULL, NULL, NULL, NULL, // uniques are ignored. 5, 'L', false, false }, { BRANCH_SWAMP, BRANCH_LAIR, 5, 3, BFLAG_ISLANDED, 0, -- cgit v1.2.3-54-g00ecf