summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-07 18:51:48 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-07 18:51:48 +1000
commita2285dbfa468cca31b2d724db38ccb102c487675 (patch)
treebc5264913f1fdef0ec00a5f12acdb28a75a94b15 /crawl-ref/source/branch.cc
parent32fa23aaf24a437f8faa258f7f65507e58b73658 (diff)
downloadcrawl-ref-a2285dbfa468cca31b2d724db38ccb102c487675.tar.gz
crawl-ref-a2285dbfa468cca31b2d724db38ccb102c487675.zip
Let uniques spawn in Orc. (dpeg)
At the very least, give control of uniques spawning in Orc over to unique.des.
Diffstat (limited to 'crawl-ref/source/branch.cc')
-rw-r--r--crawl-ref/source/branch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/branch.cc b/crawl-ref/source/branch.cc
index a8ed8355f6..f007aec2e4 100644
--- a/crawl-ref/source/branch.cc
+++ b/crawl-ref/source/branch.cc
@@ -166,7 +166,7 @@ Branch branches[] = {
DNGN_ENTER_ORCISH_MINES, DNGN_RETURN_FROM_ORCISH_MINES,
"Orcish Mines", "the Orcish Mines", "Orc",
NULL,
- true, false, BROWN, BROWN,
+ true, true, BROWN, BROWN,
mons_mineorc_rare, mons_mineorc_level,
NULL, NULL, NULL, NULL,
20, 'O', false, false },