summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch-data.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2012-05-27 23:58:36 -0400
committerelliptic <hyperelliptical@gmail.com>2012-05-27 23:58:36 -0400
commitf5a9ceab42dde1954687b5d0edfc2668e9f14223 (patch)
treef194cf9e36972970962989aa9f8b56a9f9dd01a2 /crawl-ref/source/branch-data.h
parent46a6c88268bbdd06de97e41df73f40b08ef72d98 (diff)
downloadcrawl-ref-f5a9ceab42dde1954687b5d0edfc2668e9f14223.tar.gz
crawl-ref-f5a9ceab42dde1954687b5d0edfc2668e9f14223.zip
Increase absdepth of Swamp/Snake/Shoals/Spider by 1, adjust unique generation there.
This is the old average absdepth; previously it was one lower because of rounding down for both Lair and the S branches, so this change gives a better approximation to the old state of matters. Also, Boris, Mennas, and others were sad at not getting to kill people on Swamp/Snake/Shoals/Spider:5 any more; now they can.
Diffstat (limited to 'crawl-ref/source/branch-data.h')
-rw-r--r--crawl-ref/source/branch-data.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/branch-data.h b/crawl-ref/source/branch-data.h
index ea831af36b..41dc018a76 100644
--- a/crawl-ref/source/branch-data.h
+++ b/crawl-ref/source/branch-data.h
@@ -69,7 +69,7 @@ const Branch branches[NUM_BRANCHES] = {
mons_lair_rare, mons_lair_level,
'L', false, 4 },
- { BRANCH_SWAMP, BRANCH_LAIR, 3, 6, 5, 14,
+ { BRANCH_SWAMP, BRANCH_LAIR, 3, 6, 5, 15,
BFLAG_ISLANDED, 0,
DNGN_ENTER_SWAMP, DNGN_RETURN_FROM_SWAMP,
"Swamp", "the Swamp", "Swamp",
@@ -78,7 +78,7 @@ const Branch branches[NUM_BRANCHES] = {
mons_swamp_rare, mons_swamp_level,
'S', true, 0 },
- { BRANCH_SHOALS, BRANCH_LAIR, 3, 6, 5, 14,
+ { BRANCH_SHOALS, BRANCH_LAIR, 3, 6, 5, 15,
BFLAG_ISLANDED, 0,
DNGN_ENTER_SHOALS, DNGN_RETURN_FROM_SHOALS,
"Shoals", "the Shoals", "Shoals",
@@ -87,7 +87,7 @@ const Branch branches[NUM_BRANCHES] = {
mons_shoals_rare, mons_shoals_level,
'A', true, 3 },
- { BRANCH_SNAKE_PIT, BRANCH_LAIR, 3, 6, 5, 14,
+ { BRANCH_SNAKE_PIT, BRANCH_LAIR, 3, 6, 5, 15,
0, 0,
DNGN_ENTER_SNAKE_PIT, DNGN_RETURN_FROM_SNAKE_PIT,
"Snake Pit", "the Snake Pit", "Snake",
@@ -96,7 +96,7 @@ const Branch branches[NUM_BRANCHES] = {
mons_pitsnake_rare, mons_pitsnake_level,
'P', true, 0 },
- { BRANCH_SPIDER_NEST, BRANCH_LAIR, 3, 6, 5, 14,
+ { BRANCH_SPIDER_NEST, BRANCH_LAIR, 3, 6, 5, 15,
0, 0,
DNGN_ENTER_SPIDER_NEST, DNGN_RETURN_FROM_SPIDER_NEST,
"Spider Nest", "the Spider Nest", "Spider",