summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-12-28 12:44:41 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-12-28 12:44:41 +0300
commite4e726475b5ffaafebe48a0eaf25991a2632ed11 (patch)
tree7fd52cd70a97337c27977a598c200ed0aa07fcee /crawl-ref/source/dat
parent02962c9ca97ca896e2d7be0e891f800efbbd9368 (diff)
downloadcrawl-ref-e4e726475b5ffaafebe48a0eaf25991a2632ed11.tar.gz
crawl-ref-e4e726475b5ffaafebe48a0eaf25991a2632ed11.zip
Add the long description to ossuary.des.
Diffstat (limited to 'crawl-ref/source/dat')
-rw-r--r--crawl-ref/source/dat/ossuary.des9
1 files changed, 8 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/ossuary.des b/crawl-ref/source/dat/ossuary.des
index 89d9465766..60c46d29dd 100644
--- a/crawl-ref/source/dat/ossuary.des
+++ b/crawl-ref/source/dat/ossuary.des
@@ -13,7 +13,13 @@
{{
function ossuary_portal(e)
- local timeout_turns = crawl.random_range(1500, 2000)
+ local desc_long =
+"You can make out a staircase leading downwards into a small tomb. Sand "..
+"surrounds the staircase and is continuously pouring onto it. Before long the "..
+"staircase will be gone. They say that some distant relatives of the pharaohs "..
+"were entombed here."
+
+ local timeout_turns = crawl.random_range(1500, 2000)
local messager =
timed_msg {
@@ -31,6 +37,7 @@ function ossuary_portal(e)
timed_marker {
disappear = "The staircase has disappeared completely beneath the sand.",
desc = "A sand-covered staircase",
+ desc_long = desc_long,
entity = 'staircase',
dst = "ossuary",
dstorigin = "in a tomb",