summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorMichael Gagno <evilmike@gmail.com>2012-07-03 17:21:14 -0700
committerMichael Gagno <evilmike@gmail.com>2012-07-03 17:21:14 -0700
commit87005485d0ed746f067bacd2900a37d71d2582f5 (patch)
tree2daab7c3f0853686003d5181bcd64f9ba5170b89 /crawl-ref/source/branch-data.h
parentea2f81ae6359783ad673f621d40c77674fd120a9 (diff)
downloadcrawl-ref-87005485d0ed746f067bacd2900a37d71d2582f5.tar.gz
crawl-ref-87005485d0ed746f067bacd2900a37d71d2582f5.zip
Fix level connectivity in Swamp.
If you happen to get a disconnected area, it will get a hatch now (this was occasionally a problem on Swamp:1). This is needed because the tweaked layout no longer guarantees that every level is a single room.
Diffstat (limited to 'crawl-ref/source/branch-data.h')
-rw-r--r--crawl-ref/source/branch-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/branch-data.h b/crawl-ref/source/branch-data.h
index 7605c9b54d..7c7c669dc8 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -70,7 +70,7 @@ const Branch branches[NUM_BRANCHES] = {
'L', false, 4 },
{ BRANCH_SWAMP, BRANCH_LAIR, 3, 6, 5, 15,
- BFLAG_ISLANDED, 0,
+ 0, 0,
DNGN_ENTER_SWAMP, DNGN_RETURN_FROM_SWAMP,
"Swamp", "the Swamp", "Swamp",
NULL,