summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/bazaar.des
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-29 13:25:03 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-29 13:25:03 +0000
commit59158b8c06e2ec94400b28e09f50b63027325fef (patch)
treefa23a3857ae515e7ae00f7e8e5a14892ac6dbb5c /crawl-ref/source/dat/bazaar.des
parent3544990ee578f9f69a2c2f53589b2ccbe6d857d9 (diff)
downloadcrawl-ref-59158b8c06e2ec94400b28e09f50b63027325fef.tar.gz
crawl-ref-59158b8c06e2ec94400b28e09f50b63027325fef.zip
Fix broken timed portals (pointless).
Fix floor/rock colour changes running LOS when entering bazaars before the player is moved to the destination stair. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7685 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat/bazaar.des')
-rw-r--r--crawl-ref/source/dat/bazaar.des2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/bazaar.des b/crawl-ref/source/dat/bazaar.des
index e9d22cdc23..38e6470433 100644
--- a/crawl-ref/source/dat/bazaar.des
+++ b/crawl-ref/source/dat/bazaar.des
@@ -25,7 +25,7 @@ function bazaar_portal()
return timed_marker {
low=1000, high=1500, msg=messager,
disappear='The gate to the bazaar disappears!',
- props = { desc = pdesc, dst = 'bazaar'},
+ desc = pdesc, dst = 'bazaar',
floor = 'stone_arch'
}
else