summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-11 16:52:50 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-11 16:53:31 -0600
commit02a44c4bb238c5e05cb931e9b2f5139a02fe9bf1 (patch)
tree13dd192512c1073a32aeaa2d476fda0ac9969a52 /crawl-ref/source/branch-data.h
parent63f152f1fce206446bb886867570b3eb93dd6af2 (diff)
downloadcrawl-ref-02a44c4bb238c5e05cb931e9b2f5139a02fe9bf1.tar.gz
crawl-ref-02a44c4bb238c5e05cb931e9b2f5139a02fe9bf1.zip
Reduce D to 15 levels.
Nobody's really going to miss an extra level of D.
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 a03de9ffdf..dd466b5313 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -12,7 +12,7 @@ const Branch branches[NUM_BRANCHES] =
// has_uniques, floor colour, rock colour
// travel shortcut, dangerous branch end, ambient noise level
- { BRANCH_DUNGEON, NUM_BRANCHES, 0, 0, 16, 0,
+ { BRANCH_DUNGEON, NUM_BRANCHES, 0, 0, 15, 0,
0, 0,
NUM_FEATURES, DNGN_EXIT_DUNGEON,
"Dungeon", "the Dungeon", "D",
@@ -287,7 +287,7 @@ const Branch branches[NUM_BRANCHES] =
false, LIGHTGREY, BROWN, // set per-map
'8', false, 0 },
- { BRANCH_DEPTHS, BRANCH_DUNGEON, 16, 16, 5, 22,
+ { BRANCH_DEPTHS, BRANCH_DUNGEON, 15, 15, 5, 22,
0, 0,
DNGN_ENTER_DEPTHS, DNGN_RETURN_FROM_DEPTHS,
"Depths", "the Depths", "Depths",