summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/vaults.des
diff options
context:
space:
mode:
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!