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.des8
1 files changed, 7 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/bazaar.des b/crawl-ref/source/dat/bazaar.des
index 618509f125..cc1cb17d0b 100644
--- a/crawl-ref/source/dat/bazaar.des
+++ b/crawl-ref/source/dat/bazaar.des
@@ -9,8 +9,14 @@
lua {{
function check_expire_marker(e)
+ e.messager =
+ bell_clock_msg { initmsg="You hear coins being counted." }
if not crawl.one_chance_in(3) then
- e.marker("O = timer: 1000-1500")
+ e.marker( [[ O = lua: timed_marker {
+ low=1000, high=1500, msg=messager }
+ ]] )
+ else
+ e.marker("O = lua: one_way_stair()")
end
end
}}