summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-19 16:29:24 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-19 16:29:24 +1000
commitd218309c4779c497fac29703d2262ad2bb7080c9 (patch)
treeeaf7f3797471c3aad2e1bc7ee530b9f5f8d48c84 /crawl-ref
parentbacea2f6977545bddd77c786791127904c39e7c9 (diff)
downloadcrawl-ref-d218309c4779c497fac29703d2262ad2bb7080c9.tar.gz
crawl-ref-d218309c4779c497fac29703d2262ad2bb7080c9.zip
Add fleshy doors and (temporary) transparent flesh walls for Cigotuvi's.
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/dat/wizlab.des4
-rw-r--r--crawl-ref/source/rltiles/dc-dngn.txt9
-rw-r--r--crawl-ref/source/rltiles/dc-dngn/gateways/fleshy_orifice_closed.pngbin0 -> 1251 bytes
-rw-r--r--crawl-ref/source/rltiles/dc-dngn/gateways/fleshy_orifice_open.pngbin0 -> 1874 bytes
-rw-r--r--crawl-ref/source/rltiles/dc-dngn/wall/transparent_flesh.pngbin0 -> 1205 bytes
5 files changed, 13 insertions, 0 deletions
diff --git a/crawl-ref/source/dat/wizlab.des b/crawl-ref/source/dat/wizlab.des
index ebeee7732c..00002ca8dc 100644
--- a/crawl-ref/source/dat/wizlab.des
+++ b/crawl-ref/source/dat/wizlab.des
@@ -830,7 +830,11 @@ MARKER: ? = lua:fog_machine { \
size_buildup_time = 25, cloud_type = "mutagenic fog" \
}
LFLOORCOL: magenta
+LFLOORTILE: floor_nerves
+LROCKTILE: wall_flesh
TILE: c = wall_flesh
+TILE: m = wall_transparent_flesh
+TILE: + = no_random dngn_fleshy_orifice
COLOUR: m = yellow
COLOUR: c+ = lightred
COLOUR: W = green
diff --git a/crawl-ref/source/rltiles/dc-dngn.txt b/crawl-ref/source/rltiles/dc-dngn.txt
index bd555197b7..37937cb390 100644
--- a/crawl-ref/source/rltiles/dc-dngn.txt
+++ b/crawl-ref/source/rltiles/dc-dngn.txt
@@ -160,6 +160,7 @@ wall/wall_flesh3
wall/wall_flesh4
wall/wall_flesh5
wall/wall_flesh6
+wall/transparent_flesh WALL_TRANSPARENT_FLESH
wall/wall_vines0 WALL_VINES
wall/wall_vines1
@@ -341,6 +342,14 @@ gate_open_left DNGN_GATE_OPEN_LEFT
gate_open_middle DNGN_GATE_OPEN_MIDDLE
gate_open_right DNGN_GATE_OPEN_RIGHT
+## Alternate doors for vaults, etc. Should be in the order listed above for
+## doors which also provide gateways; otherwise detected, closed, open, or
+## closed, open.
+%sdir dc-dngn/gateways
+fleshy_orifice_closed DNGN_FLESHY_ORIFICE
+fleshy_orifice_open
+%sdir dc-dngn
+
dngn_orcish_idol DNGN_ORCISH_IDOL
dngn_granite_statue DNGN_GRANITE_STATUE
diff --git a/crawl-ref/source/rltiles/dc-dngn/gateways/fleshy_orifice_closed.png b/crawl-ref/source/rltiles/dc-dngn/gateways/fleshy_orifice_closed.png
new file mode 100644
index 0000000000..fcf1893994
--- /dev/null
+++ b/crawl-ref/source/rltiles/dc-dngn/gateways/fleshy_orifice_closed.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/dc-dngn/gateways/fleshy_orifice_open.png b/crawl-ref/source/rltiles/dc-dngn/gateways/fleshy_orifice_open.png
new file mode 100644
index 0000000000..6ce8d1f29e
--- /dev/null
+++ b/crawl-ref/source/rltiles/dc-dngn/gateways/fleshy_orifice_open.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/dc-dngn/wall/transparent_flesh.png b/crawl-ref/source/rltiles/dc-dngn/wall/transparent_flesh.png
new file mode 100644
index 0000000000..2437acebb2
--- /dev/null
+++ b/crawl-ref/source/rltiles/dc-dngn/wall/transparent_flesh.png
Binary files differ