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/direct.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/direct.cc') 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: -- cgit v1.2.3-54-g00ecf