summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index 2ec10821ea..0a50b14d7e 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -615,6 +615,9 @@ static void describe_floor() {
case DNGN_ENTER_SWAMP:
mpr("There is a staircase to the Swamp here.");
break;
+ case DNGN_ENTER_ISLANDS:
+ mpr("There is a staircase to the Islands here.");
+ break;
case DNGN_RETURN_FROM_ORCISH_MINES:
case DNGN_RETURN_FROM_HIVE:
case DNGN_RETURN_FROM_LAIR:
@@ -625,6 +628,7 @@ static void describe_floor() {
case DNGN_RETURN_FROM_SLIME_PITS:
case DNGN_RETURN_FROM_SNAKE_PIT:
case DNGN_RETURN_FROM_SWAMP:
+ case DNGN_RETURN_FROM_ISLANDS:
mpr("There is a staircase back to the Lair here.");
break;
case DNGN_RETURN_FROM_CRYPT: