summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/volcano.des
diff options
context:
space:
mode:
authorDavid Ploog <dploog@users.sourceforge.net>2009-10-30 02:21:29 +0100
committerDavid Ploog <dploog@users.sourceforge.net>2009-10-30 02:21:29 +0100
commita7aeeaec768095f1feabe9474f0febf54feb1814 (patch)
treee8c7405bf863f3c82774e18749f6cb88a6be23d1 /crawl-ref/source/dat/volcano.des
parente87d3c47813d6c9f61e23cedf7f17774b17e15f4 (diff)
downloadcrawl-ref-a7aeeaec768095f1feabe9474f0febf54feb1814.tar.gz
crawl-ref-a7aeeaec768095f1feabe9474f0febf54feb1814.zip
Tiny bit of randomisation for volcanoes.
Diffstat (limited to 'crawl-ref/source/dat/volcano.des')
-rw-r--r--crawl-ref/source/dat/volcano.des2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/dat/volcano.des b/crawl-ref/source/dat/volcano.des
index acb8b238ef..27fd69223e 100644
--- a/crawl-ref/source/dat/volcano.des
+++ b/crawl-ref/source/dat/volcano.des
@@ -112,7 +112,9 @@ function volcano_setup (e, metal)
e.kfeat("< = exit_portal_vault")
e.kfeat("I = exit_portal_vault")
e.kfeat("^ = known alarm trap")
+ e.subst("L : LLL.l")
e.subst("L = lll.")
+ e.subst("y : yyy.x")
e.subst("y = xxx.")
e.colour("< = red")
e.lrockcol("red")