From 1fd9aa7314df4f54f5e3ca2240ee564d94a16508 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 20 Feb 2009 18:14:03 +0000 Subject: [2418267] Disable stair connectivity fixups in the Tomb so that vault stair placement is preserved. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9141 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 48f14f98f9..94145ee906 100644 --- a/crawl-ref/source/branch.cc +++ b/crawl-ref/source/branch.cc @@ -258,7 +258,7 @@ Branch branches[] = { NULL, NULL, NULL, NULL, 5, 'C', false, false }, - { BRANCH_TOMB, BRANCH_CRYPT, 3, 5, 0, 0, + { BRANCH_TOMB, BRANCH_CRYPT, 3, 5, BFLAG_ISLANDED, 0, DNGN_ENTER_TOMB, DNGN_RETURN_FROM_TOMB, "Tomb", "the Tomb of the Ancients", "Tomb", NULL, -- cgit v1.2.3-54-g00ecf