summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.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/branch.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/branch.cc')
-rw-r--r--crawl-ref/source/branch.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/branch.cc b/crawl-ref/source/branch.cc
index 000dcbb74e..d9b71afd1d 100644
--- a/crawl-ref/source/branch.cc
+++ b/crawl-ref/source/branch.cc
@@ -63,12 +63,12 @@ Branch branches[] = {
mons_swamp_rare, mons_swamp_level,
0, 'S' },
- { BRANCH_ISLANDS, BRANCH_LAIR, 5, 4,
- DNGN_ENTER_ISLANDS, DNGN_RETURN_FROM_ISLANDS,
- "Islands", "the Islands", "Isle",
+ { BRANCH_SHOALS, BRANCH_LAIR, 5, 4,
+ DNGN_ENTER_SHOALS, DNGN_RETURN_FROM_SHOALS,
+ "Shoals", "the Shoals", "Shoal",
NULL,
true, true, BROWN, BROWN,
- mons_islands_rare, mons_islands_level,
+ mons_shoals_rare, mons_shoals_level,
0, 'A' },
{ BRANCH_SLIME_PITS, BRANCH_LAIR, 6, 4,