summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/direct.cc')
-rw-r--r--crawl-ref/source/direct.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc
index 48d1a05c4d..e88991a638 100644
--- a/crawl-ref/source/direct.cc
+++ b/crawl-ref/source/direct.cc
@@ -1261,6 +1261,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_RETURN_FROM_ORCISH_MINES:
case DNGN_RETURN_FROM_HIVE:
case DNGN_RETURN_FROM_LAIR:
@@ -1270,6 +1272,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:
return ("A staircase back to the Lair.");
case DNGN_RETURN_FROM_CRYPT:
case DNGN_RETURN_FROM_HALL_OF_BLADES: