From 5575ae2b4e56f21fbaf90e591b9e96623c902cb2 Mon Sep 17 00:00:00 2001 From: haranp Date: Fri, 27 Apr 2007 15:37:54 +0000 Subject: s/island/shoal/ git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1383 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/branch.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/branch.cc') 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, -- cgit v1.2.3-54-g00ecf