summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-03-23 01:52:24 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-03-23 01:52:24 +0100
commit09df719c0f71467686d6eb3df039cf9f5c4b0027 (patch)
tree756b267066e18e16c5fcd4f17977f96a8a23f76a /crawl-ref/source/mon-pick.cc
parent3b129d7c2e512ba03f609c7cdb462d6e056b71c6 (diff)
downloadcrawl-ref-09df719c0f71467686d6eb3df039cf9f5c4b0027.tar.gz
crawl-ref-09df719c0f71467686d6eb3df039cf9f5c4b0027.zip
Unbreak Vaults branch OODs.
Especially Vaults:$ heavily relies on those.
Diffstat (limited to 'crawl-ref/source/mon-pick.cc')
-rw-r--r--crawl-ref/source/mon-pick.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index af5f25b1ee..49c26ca5d6 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -44,7 +44,7 @@ int branch_ood_cap(branch_type branch)
case BRANCH_MAIN_DUNGEON:
return 31;
case BRANCH_VAULTS:
- return 15;
+ return 12;
case BRANCH_ELVEN_HALLS:
return 7;
case BRANCH_TOMB: