summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.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/direct.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/direct.cc')
-rw-r--r--crawl-ref/source/direct.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc
index c1a9a4b633..e3a72439f0 100644
--- a/crawl-ref/source/direct.cc
+++ b/crawl-ref/source/direct.cc
@@ -1272,8 +1272,8 @@ std::string feature_description(int grid)
return ("A staircase to the Tomb.");
case DNGN_ENTER_SWAMP:
return ("A staircase to the Swamp.");
- case DNGN_ENTER_ISLANDS:
- return ("A staircase to the Islands.");
+ case DNGN_ENTER_SHOALS:
+ return ("A staircase to the Shoals.");
case DNGN_RETURN_FROM_ORCISH_MINES:
case DNGN_RETURN_FROM_HIVE:
case DNGN_RETURN_FROM_LAIR:
@@ -1283,7 +1283,7 @@ std::string feature_description(int grid)
case DNGN_RETURN_FROM_SLIME_PITS:
case DNGN_RETURN_FROM_SNAKE_PIT:
case DNGN_RETURN_FROM_SWAMP:
- case DNGN_RETURN_FROM_ISLANDS:
+ case DNGN_RETURN_FROM_SHOALS:
return ("A staircase back to the Lair.");
case DNGN_RETURN_FROM_CRYPT:
case DNGN_RETURN_FROM_HALL_OF_BLADES: