summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/bazaar.des
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dat/bazaar.des')
-rw-r--r--crawl-ref/source/dat/bazaar.des15
1 files changed, 14 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/bazaar.des b/crawl-ref/source/dat/bazaar.des
index e063de01f6..47d6cf3e1a 100644
--- a/crawl-ref/source/dat/bazaar.des
+++ b/crawl-ref/source/dat/bazaar.des
@@ -11,6 +11,19 @@
lua {{
function bazaar_portal()
+ local desc_long =
+"Aside from the vendors who've set up their stores at various places in the "..
+"dungeon, there are others trying to make a living by traveling from place"..
+"to place. Bazaars feature a number of different shops and often have better"..
+"stock than the sedentary ones, sometimes even at a bargain."..
+"Once you hear the clinking of coins, be sure to hurry up and find the"..
+"impromptu marketplace before the caravan moves on!"..
+"\n\n"..
+"Also be warned that their nomadic lifestyle has taught these sellers to"..
+"appropriate any items an adventurer might leave behind, and then leave"..
+"quickly, probably to sell them elsewhere."
+
+
local messager =
timed_msg {
initmsg = { "You hear coins being counted.",
@@ -28,7 +41,7 @@ function bazaar_portal()
return timed_marker {
low=blow, high=bhigh, msg=messager,
disappear='The gate to the bazaar disappears!',
- desc = pdesc, dst = 'bazaar',
+ desc = pdesc, desc_long = desc_long, dst = 'bazaar',
floor = 'stone_arch'
}
else