summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-20 18:14:03 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-20 18:14:03 +0000
commit1fd9aa7314df4f54f5e3ca2240ee564d94a16508 (patch)
treed63520fd16598e27da1d04a8230dd9c4f4b9e8d9 /crawl-ref/source/branch.cc
parent0bf94e351d04f004dc678ea678e41ab5e9997507 (diff)
downloadcrawl-ref-1fd9aa7314df4f54f5e3ca2240ee564d94a16508.tar.gz
crawl-ref-1fd9aa7314df4f54f5e3ca2240ee564d94a16508.zip
[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
Diffstat (limited to 'crawl-ref/source/branch.cc')
-rw-r--r--crawl-ref/source/branch.cc2
1 files changed, 1 insertions, 1 deletions
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,