summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zotdef.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-03-02 00:17:07 -0500
committerShmuale Mark <shm.mark@gmail.com>2014-03-03 16:31:09 -0500
commitbe29d668379c021951a873db687e5881d4bde602 (patch)
treec614e8a1f39622ca0c6760bf34cb3c26fabd7637 /crawl-ref/source/zotdef.cc
parent1a3bbcab46e501c0aca98b69347b8dab13da39da (diff)
downloadcrawl-ref-be29d668379c021951a873db687e5881d4bde602.tar.gz
crawl-ref-be29d668379c021951a873db687e5881d4bde602.zip
Purge some references to Forest.
In particular, ctrl-O should no longer mention the branch.
Diffstat (limited to 'crawl-ref/source/zotdef.cc')
-rw-r--r--crawl-ref/source/zotdef.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/zotdef.cc b/crawl-ref/source/zotdef.cc
index f8cf5646ee..8ad84370cc 100644
--- a/crawl-ref/source/zotdef.cc
+++ b/crawl-ref/source/zotdef.cc
@@ -77,8 +77,6 @@ static bool _is_branch_fitting(branch_type pb, int wavenum)
return wavenum > 13; // 2.8K-
case BRANCH_CRYPT:
return wavenum > 15; // 3.2K-
- case BRANCH_FOREST:
- return wavenum > 20; // 4K-
case BRANCH_SLIME:
return wavenum > 20 && coinflip(); // 4K-
case BRANCH_BLADE: