summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-12 09:42:57 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-12 09:42:57 -0600
commitc3f1c56dbf00243b7a1afc16ae8c5bdfe4221001 (patch)
tree578a2ca2a689514a4d68ff8a3f2b40278ccb5833 /crawl-ref/source/branch-data.h
parent0ebcb40baa046cf9b3dcfdc424bab5be3eb2ce9e (diff)
downloadcrawl-ref-c3f1c56dbf00243b7a1afc16ae8c5bdfe4221001.tar.gz
crawl-ref-c3f1c56dbf00243b7a1afc16ae8c5bdfe4221001.zip
Don't try to place Depths' zig entrance on Depths:6.
Since it only exists for out-of-depth purposes now.
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 b4625c8d25..db685185a3 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -207,7 +207,7 @@ const Branch branches[NUM_BRANCHES] =
true, BLACK, BLACK, // set specially
'R', false, 0 },
- { BRANCH_ZIGGURAT, BRANCH_DEPTHS, 1, 6, 27, 27,
+ { BRANCH_ZIGGURAT, BRANCH_DEPTHS, 1, 5, 27, 27,
BFLAG_NO_XLEV_TRAVEL | BFLAG_NO_ITEMS, 0,
DNGN_ENTER_ZIGGURAT, DNGN_EXIT_ZIGGURAT,
"Ziggurat", "a ziggurat", "Zig",