summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-03 11:16:16 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-03 11:16:16 +0000
commit9a7fc9ef17d846b946c934af5f7fa84c94c8f860 (patch)
tree7790a6ebd0e271f5690c9cab0bbd96e7cc07407f /crawl-ref/source/dat
parent7615e051ddc27e3cd57302f78e813b9ae64318de (diff)
downloadcrawl-ref-9a7fc9ef17d846b946c934af5f7fa84c94c8f860.tar.gz
crawl-ref-9a7fc9ef17d846b946c934af5f7fa84c94c8f860.zip
Timer message fixes for the new times portal vaults.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7731 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat')
-rw-r--r--crawl-ref/source/dat/icecave.des3
-rw-r--r--crawl-ref/source/dat/minitomb.des5
-rw-r--r--crawl-ref/source/dat/sewer.des1
3 files changed, 6 insertions, 3 deletions
diff --git a/crawl-ref/source/dat/icecave.des b/crawl-ref/source/dat/icecave.des
index e043d260b3..68204b4dcd 100644
--- a/crawl-ref/source/dat/icecave.des
+++ b/crawl-ref/source/dat/icecave.des
@@ -26,11 +26,12 @@ function ice_cave_portal(e)
"$F{The} is slowly melting away.",
"$F{The} is melting away.",
"$F{The} is quickly melting away.",
- "$F{The} has just melted away.")
+ "$F{The} is almost completely melted.")
}
e.lua_marker('O',
timed_marker {
+ disappear = "$F{The} melts and disappears.",
desc = "A frozen archway",
entity = 'archway',
dst = "ice_cave",
diff --git a/crawl-ref/source/dat/minitomb.des b/crawl-ref/source/dat/minitomb.des
index 6aa14652b0..28dac1fa3f 100644
--- a/crawl-ref/source/dat/minitomb.des
+++ b/crawl-ref/source/dat/minitomb.des
@@ -21,14 +21,15 @@ function minitomb_portal(e)
-- $F{xxx} will be substituted with the 'entity' property of the timed
-- marker, or with the desc property (if entity is not set).
messages = time_messages(timeout_turns,
+ "Nearby sand pours into $F{the}.",
"Nearby sand pours into $F{the}, lightly covering it.",
"Nearby sand pours into $F{the}, greatly covering it.",
- "Nearby sand pours into $F{the}, almost completely blocking access.",
- "$F{The} has disappeared completely beneath the sand.")
+ "Nearby sand pours into $F{the}, almost completely blocking access.")
}
e.lua_marker('O',
timed_marker {
+ disappear = "$F{The} has disappeared completely beneath the sand.",
desc = "A sand-covered staircase",
entity = 'staircase',
dst = "minitomb",
diff --git a/crawl-ref/source/dat/sewer.des b/crawl-ref/source/dat/sewer.des
index ce8fc647a4..be49fe8382 100644
--- a/crawl-ref/source/dat/sewer.des
+++ b/crawl-ref/source/dat/sewer.des
@@ -31,6 +31,7 @@ function sewer_portal(e)
e.lua_marker('O',
timed_marker {
+ disappear = "$F{The} falls to bits.",
desc = "glowing drain",
entity = 'drain',
dst = "sewer",