summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-15 12:26:52 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-04-26 09:03:33 -0600
commit8cb3355adbbf4a09df3237ee5764c1535895a85f (patch)
tree5545ec70053a2d0dfea051e74929942f1496d0ab /crawl-ref/source/branch-data.h
parentaf1433932250272e8250bb4374e6bb6063f77a0b (diff)
downloadcrawl-ref-8cb3355adbbf4a09df3237ee5764c1535895a85f.tar.gz
crawl-ref-8cb3355adbbf4a09df3237ee5764c1535895a85f.zip
Make Crypt three levels; place Tomb entrance only on Crypt:3 (MarvinPA).
Includes adding the entrance to Crypt:$ encompass vaults.
Diffstat (limited to 'crawl-ref/source/branch-data.h')
-rw-r--r--crawl-ref/source/branch-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/branch-data.h b/crawl-ref/source/branch-data.h
index db685185a3..4a454589da 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -118,7 +118,7 @@ const Branch branches[NUM_BRANCHES] =
true, LIGHTGREY, BROWN,
'B', false, -7 },
- { BRANCH_CRYPT, BRANCH_VAULTS, 2, 3, 5, 19,
+ { BRANCH_CRYPT, BRANCH_VAULTS, 2, 3, 3, 19,
0, 0,
DNGN_ENTER_CRYPT, DNGN_RETURN_FROM_CRYPT,
"Crypt", "the Crypt", "Crypt",
@@ -126,7 +126,7 @@ const Branch branches[NUM_BRANCHES] =
true, LIGHTGREY, BROWN,
'C', true, -3 },
- { BRANCH_TOMB, BRANCH_CRYPT, 2, 3, 3, 21,
+ { BRANCH_TOMB, BRANCH_CRYPT, 3, 3, 3, 21,
BFLAG_ISLANDED, LFLAG_NO_TELE_CONTROL,
DNGN_ENTER_TOMB, DNGN_RETURN_FROM_TOMB,
"Tomb", "the Tomb of the Ancients", "Tomb",