summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-03-29 04:41:30 +0000
committerPete Hurst <pete@streamuniverse.tv>2013-03-29 04:41:30 +0000
commit06c605c0d5cab940a99d2fefa9df10a170b6022f (patch)
treeec4ee5eddbfb92e5ad0823a12f76b364eaf3d660 /crawl-ref/source/branch-data.h
parent57dff1e585f30d6e9d5768488c887fdb24a10b80 (diff)
downloadcrawl-ref-06c605c0d5cab940a99d2fefa9df10a170b6022f.tar.gz
crawl-ref-06c605c0d5cab940a99d2fefa9df10a170b6022f.zip
#5464 Don't create shafts on Crypt:4
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 17fe3b2413..9684ef3a86 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -124,7 +124,7 @@ const Branch branches[NUM_BRANCHES] = {
"Crypt", "the Crypt", "Crypt",
NULL,
true, LIGHTGREY, BROWN,
- 'C', false, -20 },
+ 'C', true, -20 },
{ BRANCH_TOMB, BRANCH_CRYPT, 2, 3, 3, 21,
BFLAG_ISLANDED, LFLAG_NO_TELE_CONTROL,