summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
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)
{