summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2014-07-26 21:34:28 +0000
committerBrendan Hickey <brendan@bhickey.net>2014-07-26 21:34:28 +0000
commitc10b3c5d80e01102c7cda1c257dcfd5db9ddae8f (patch)
tree55f2ba4e57e147c24f422342425b1deaa9825c01 /crawl-ref/source/abyss.cc
parent64debdd04e12ee11d5aa9594cff746e86f46ea92 (diff)
downloadcrawl-ref-c10b3c5d80e01102c7cda1c257dcfd5db9ddae8f.tar.gz
crawl-ref-c10b3c5d80e01102c7cda1c257dcfd5db9ddae8f.zip
Increase the spawn rate of downstairs in the abyss.
Diffstat (limited to 'crawl-ref/source/abyss.cc')
-rw-r--r--crawl-ref/source/abyss.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc
index 35f45bb866..05a6ef34d2 100644
--- a/crawl-ref/source/abyss.cc
+++ b/crawl-ref/source/abyss.cc
@@ -1255,7 +1255,7 @@ static void _abyss_apply_terrain(const map_bitmask &abyss_genlevel_mask,
||
you.char_direction != GDT_GAME_START
&& level_id::current().depth < brdepth[BRANCH_ABYSS]
- && _abyss_check_place_feat(p, 2400, NULL, NULL,
+ && _abyss_check_place_feat(p, 1900, NULL, NULL,
DNGN_ABYSSAL_STAIR,
abyss_genlevel_mask);
}