summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/vaults.des
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-06 11:55:38 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-06 11:56:57 -0800
commit25262bdbcec856c4b99b72b86a3ccb7c363ee9e0 (patch)
tree2201cd5b49b3cdd54953b706673d9de66c5b02ca /crawl-ref/source/dat/vaults.des
parentceb51161c896f17a951b0ba2bbd4b48f8fead13a (diff)
downloadcrawl-ref-25262bdbcec856c4b99b72b86a3ccb7c363ee9e0.tar.gz
crawl-ref-25262bdbcec856c4b99b72b86a3ccb7c363ee9e0.zip
Rename purple smoke to clouds of translocational energy
Diffstat (limited to 'crawl-ref/source/dat/vaults.des')
-rw-r--r--crawl-ref/source/dat/vaults.des2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dat/vaults.des b/crawl-ref/source/dat/vaults.des
index 418f145cae..4cdeace9cb 100644
--- a/crawl-ref/source/dat/vaults.des
+++ b/crawl-ref/source/dat/vaults.des
@@ -291,7 +291,7 @@ local function teleporter (position, mtable)
-- In order to mimic a normal teleport, even though this is certainly not.
dgn.apply_area_cloud(position.x, position.y, 1, 4, 1, 1,
- "purple smoke", "you", -1)
+ "tloc energy", "you", -1)
end
-- Lua marker magic!