summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-27 15:37:54 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-27 15:37:54 +0000
commit5575ae2b4e56f21fbaf90e591b9e96623c902cb2 (patch)
tree340f80c66fe0bbb0df2f13f596a07534f57f08af /crawl-ref/source/mon-pick.cc
parentf0deecaa9c06ee566a2938991fb33e0f89633f37 (diff)
downloadcrawl-ref-5575ae2b4e56f21fbaf90e591b9e96623c902cb2.tar.gz
crawl-ref-5575ae2b4e56f21fbaf90e591b9e96623c902cb2.zip
s/island/shoal/
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1383 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-pick.cc')
-rw-r--r--crawl-ref/source/mon-pick.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index 0de6fbd684..e2c10ccacc 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -1874,9 +1874,9 @@ int mons_tomb_rare(int mcls)
}
} // end mons_tomb_rare()
-int mons_islands_level(int mcls)
+int mons_shoals_level(int mcls)
{
- int mlev = absdungeon_depth(BRANCH_ISLANDS, 1);
+ int mlev = absdungeon_depth(BRANCH_SHOALS, 1);
switch (mcls)
{
case MONS_BUTTERFLY:
@@ -1915,7 +1915,7 @@ int mons_islands_level(int mcls)
return mlev;
}
-int mons_islands_rare(int mcls)
+int mons_shoals_rare(int mcls)
{
switch (mcls)
{