summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-16 18:25:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-16 18:25:26 +0000
commit532f752e15cdc213606954c8650504437fff7def (patch)
treedb6b407dd4f3ff47df928b988264a25c13508115
parent29d6b17f76f545d6e00d3c9ce1c2d7a048c8d2a6 (diff)
downloadcrawl-ref-532f752e15cdc213606954c8650504437fff7def.tar.gz
crawl-ref-532f752e15cdc213606954c8650504437fff7def.zip
Apply 0.4 r6816 to trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6826 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/dat/clua/lm_tmsg.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/dat/clua/lm_tmsg.lua b/crawl-ref/source/dat/clua/lm_tmsg.lua
index 55d934281a..1939e39bc1 100644
--- a/crawl-ref/source/dat/clua/lm_tmsg.lua
+++ b/crawl-ref/source/dat/clua/lm_tmsg.lua
@@ -49,6 +49,12 @@ function TimedMessaging:init(tmarker, cm, verbose)
if verbose and #self.initmsg > 0 and you.hear_pos(cm:pos()) then
crawl.mpr(self.initmsg, "sound")
+ if lab then
+ crawl.mpr("Behold! There is an entrance to a minotaur's labyrinth on this level. Find the entrance quickly before it seals the gate!",
+ "sound")
+ else
+ crawl.mpr("An interdimensional caravan has stopped on this level and set up a bazaar. Hurry and find its entrance before they move on!", "sound")
+ end
end
end