From 7ac9f20ef352f7de53a1ab7b68ec371b03857966 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Tue, 20 Jan 2009 04:13:07 +0000 Subject: 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 --- crawl-ref/source/dat/ziggurat.des | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/dat/ziggurat.des') 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) -- cgit v1.2.3-54-g00ecf