summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/minitomb.des
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dat/minitomb.des')
-rw-r--r--crawl-ref/source/dat/minitomb.des21
1 files changed, 15 insertions, 6 deletions
diff --git a/crawl-ref/source/dat/minitomb.des b/crawl-ref/source/dat/minitomb.des
index fff39a71a1..7d88e8e2f9 100644
--- a/crawl-ref/source/dat/minitomb.des
+++ b/crawl-ref/source/dat/minitomb.des
@@ -48,10 +48,10 @@ end
function minitomb_setup_features(e)
e.kfeat("< = exit_portal_vault")
e.colour("< = yellow")
- e.rockcol("white")
- e.floorcol("yellow")
- e.rocktile("wall_tomb")
- e.floortile("floor_tomb")
+ e.lrockcol("white")
+ e.lfloorcol("yellow")
+ e.lrocktile("wall_tomb")
+ e.lfloortile("floor_tomb")
end
}}
@@ -61,7 +61,10 @@ default-depth: D:4-8
NAME: enter_minitomb_1
TAGS: uniq_minitomb no_monster_gen
-COLOUR: . = none / yellow:7
+SUBST: . = . Y:7
+COLOUR: Y = yellow
+FTILE: Y = floor_tomb
+SUBST: Y = .
: minitomb_portal(_G)
MAP
.....
@@ -74,6 +77,7 @@ ENDMAP
NAME: enter_minitomb_2
TAGS: uniq_minitomb no_monster_gen
COLOUR: ' = yellow
+FTILE: ' = floor_tomb
SUBST: ' = .
: minitomb_portal(_G)
MAP
@@ -88,7 +92,10 @@ ENDMAP
NAME: enter_minitomb_3
TAGS: uniq_minitomb no_monster_gen
-COLOUR: . = yellow / none
+SUBST: . = Y .
+COLOUR: Y = yellow
+FTILE: Y = floor_tomb
+SUBST: Y = .
MONS: rat zombie / jackal zombie / worm zombie
MONS: kobold zombie / goblin zombie / hobgoblin zombie
MONS: orc zombie / gnoll zombie / human zombie
@@ -104,6 +111,8 @@ NAME: enter_minitomb_4
TAGS: uniq_minitomb no_monster_gen
COLOUR: 1 = yellow, ' = yellow, x = white
MONS: rat zombie / quokka zombie / goblin zombie
+FTILE: 1 = floor_tomb, ' = floor_tomb, x = floor_tomb, O = floor_tomb
+RTILE: x = wall_tomb
: minitomb_portal(_G)
MAP
.........