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/lair.des | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/dat/lair.des') diff --git a/crawl-ref/source/dat/lair.des b/crawl-ref/source/dat/lair.des index b255637835..ea8a56cc2a 100644 --- a/crawl-ref/source/dat/lair.des +++ b/crawl-ref/source/dat/lair.des @@ -294,7 +294,13 @@ SUBST: .= d .:150 1:8 2:4 MONS: plant, butterfly ITEM: strawberry q:1 / strawberry q:2 / strawberry q:3 w:5 /\ strawberry q:4 w:3 / strawberry q:5 w:2 / strawberry q:6 w:1 -COLOUR: . = green:20 / brown:15 / none +SUBST: . = G:20 B:15 . +COLOUR: G = green +FTILE: G = floor_grass +SUBST: G = . +COLOUR: B = brown +FTILE: B = floor_dirt +SUBST: B = . MAP ..................... ..................... @@ -322,7 +328,13 @@ SUBST: .= d .:140 1:8 2:4 MONS: plant, butterfly ITEM: strawberry q:1 / strawberry q:2 / strawberry q:3 w:5 /\ strawberry q:4 w:3 / strawberry q:5 w:2 / strawberry q:6 w:1 -COLOUR: . = green:20 / brown:15 / none +SUBST: . = G:20 B:15 . +COLOUR: G = green +FTILE: G = floor_grass +SUBST: G = . +COLOUR: B = brown +FTILE: B = floor_dirt +SUBST: B = . MAP ....... ........... @@ -351,7 +363,13 @@ SUBST: .= d .:50 1:8 2:4 MONS: plant, butterfly ITEM: strawberry q:1 / strawberry q:2 / strawberry q:3 w:5 /\ strawberry q:4 w:3 / strawberry q:5 w:2 / strawberry q:6 w:1 -COLOUR: . = green:20 / brown:15 / none +SUBST: . = G:20 B:15 . +COLOUR: G = green +FTILE: G = floor_grass +SUBST: G = . +COLOUR: B = brown +FTILE: B = floor_dirt +SUBST: B = . MAP .... ........ @@ -371,7 +389,13 @@ SUBST: .= d .:50 1:8 2:4 MONS: plant, butterfly ITEM: strawberry q:1 / strawberry q:2 / strawberry q:3 w:5 /\ strawberry q:4 w:3 / strawberry q:5 w:2 / strawberry q:6 w:1 -COLOUR: . = green:20 / brown:15 / none +SUBST: . = G:20 B:15 . +COLOUR: G = green +FTILE: G = floor_grass +SUBST: G = . +COLOUR: B = brown +FTILE: B = floor_dirt +SUBST: B = . MAP .. ...... @@ -818,7 +842,7 @@ NAME: shoalhut_rune TAGS: shoal_rune SHUFFLE: ABCD SUBST: A:x, B:x, C:x=, D=+ -ROCKTILE: wall_vines +LROCKTILE: wall_vines MAP .xxCxx. xx...xx -- cgit v1.2.3-54-g00ecf