summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/ziggurat.des
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-20 04:13:07 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-20 04:13:07 +0000
commit7ac9f20ef352f7de53a1ab7b68ec371b03857966 (patch)
tree5b68af15eb0fd7be0529b041422f78e7ed229bf6 /crawl-ref/source/dat/ziggurat.des
parentaaa2d20241212ca17b388011ca3d0aba29f13d6f (diff)
downloadcrawl-ref-7ac9f20ef352f7de53a1ab7b68ec371b03857966.tar.gz
crawl-ref-7ac9f20ef352f7de53a1ab7b68ec371b03857966.zip
Adding FTILE/RTILE vault commands for setting per-glyph floor and rock tiles. Most vaults with COLOUR tags now also use FTILE/RTILE.
FLOORCOL, ROCKCOL, FLOORTILE, and ROCKTILE have been renamed to LFLOORCOL, LROCKCOL, LFLOORTILE, and LROCKTILE to emphasize the fact that they are a per-level setting (similar to LFLAGS) and to disambiguate them from COLOUR/FTILE/RTILE. This change also fixes green water not appearing green outside of the sewers and vaults (like the ice cave) not getting their default tiles set appropriately due to a recent change. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8615 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dat/ziggurat.des')
-rw-r--r--crawl-ref/source/dat/ziggurat.des3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/dat/ziggurat.des b/crawl-ref/source/dat/ziggurat.des
index 3b9ae2307e..4d71d341c4 100644
--- a/crawl-ref/source/dat/ziggurat.des
+++ b/crawl-ref/source/dat/ziggurat.des
@@ -21,6 +21,7 @@ ENDMAP
NAME: enter_ziggurat_a
COLOUR: ; : cyan / lightblue
COLOUR: ' = blue
+FTILE: ; = floor_hall
SUBST: ' = .
SUBST: ; = .
: ziggurat_portal(_G)
@@ -40,6 +41,7 @@ SHUFFLE: wW' / l;_
COLOUR: ; = red
COLOUR: _ : blue / lightred
COLOUR: ' = cyan
+FTILE: ' = floor_hall, _ = floor_hall, ; = floor_hall, O = floor_hall
SUBST: '=. , ;=. , _=.
: ziggurat_portal(_G)
MAP
@@ -101,6 +103,7 @@ NAME: enter_ziggurat_a_teaser
WEIGHT: 1
COLOUR: ; : cyan / lightblue
COLOUR: ' = blue
+FTILE: ; = floor_hall
SUBST: ' = .
SUBST: ; = .
: ziggurat_portal(_G)