summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.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/mon-act.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/mon-act.cc')
-rw-r--r--crawl-ref/source/mon-act.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc
index 3f99d37233..2f1ad0f9d3 100644
--- a/crawl-ref/source/mon-act.cc
+++ b/crawl-ref/source/mon-act.cc
@@ -392,10 +392,6 @@ static bool _mon_on_interesting_grid(monster* mon)
case DNGN_ENTER_SPIDER:
return mons_is_native_in_branch(mon, BRANCH_SPIDER);
- // And the forest natives.
- case DNGN_ENTER_FOREST:
- return mons_is_native_in_branch(mon, BRANCH_FOREST);
-
default:
return false;
}