summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/icecave.des
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dat/icecave.des')
-rw-r--r--crawl-ref/source/dat/icecave.des5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/dat/icecave.des b/crawl-ref/source/dat/icecave.des
index 533f348e1b..336b3768ce 100644
--- a/crawl-ref/source/dat/icecave.des
+++ b/crawl-ref/source/dat/icecave.des
@@ -15,6 +15,10 @@
{{
function ice_cave_portal(e)
+ local desc_long = "A permanent cold front seems to surround this " ..
+ "portal. Whatever lives on the other side, they will be full of " ..
+ "grim and arctic fury. You note that the archway is melting away."
+
local timeout_turns = crawl.random_range(1200, 1700)
local messager =
@@ -33,6 +37,7 @@ function ice_cave_portal(e)
timed_marker {
disappear = "The archway melts and disappears.",
desc = "A frozen archway",
+ desc_long = desc_long,
entity = 'archway',
dst = "ice_cave",
dstname_abbrev = "IceCv",