summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/ng-init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ng-init.cc b/crawl-ref/source/ng-init.cc
index 9d1c55b901..9fc0cd32f9 100644
--- a/crawl-ref/source/ng-init.cc
+++ b/crawl-ref/source/ng-init.cc
@@ -60,7 +60,7 @@ void initialise_branch_depths()
branches[BRANCH_ELVEN_HALLS].startdepth = random_range(3, 4);
branches[BRANCH_LAIR].startdepth = random_range(8, 13);
branches[BRANCH_HIVE].startdepth = random_range(11, 16);
- branches[BRANCH_SLIME_PITS].startdepth = random_range(5, 8);
+ branches[BRANCH_SLIME_PITS].startdepth = random_range(6, 8);
#ifndef SHOALS_TESTING
if ( coinflip() )
{