summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/entry.des
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-12 16:26:46 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-12 16:26:46 -0800
commit1105fd0a56b60e6c2395dfd632f5aa561d9f36ca (patch)
tree12b0a35e4c79b2d7beab2f3c83f4a4a07673bda8 /crawl-ref/source/dat/entry.des
parent4fcdab47681adf046474885058d0e3ff95995d86 (diff)
downloadcrawl-ref-1105fd0a56b60e6c2395dfd632f5aa561d9f36ca.tar.gz
crawl-ref-1105fd0a56b60e6c2395dfd632f5aa561d9f36ca.zip
dat/entry.des: elemental_entry excludes/warnings
Remove vault-placed exlcudes from the elemental entry vault, and instead put warnings on the secret doors. When the secret doors pop open after they're detected, the player will be notified of the opening-prompt placed on them, and asked if they wish to put a travel-exclude on top of the door. If users ignore that warning and wander in anyways, they were adequetly warned.
Diffstat (limited to 'crawl-ref/source/dat/entry.des')
-rw-r--r--crawl-ref/source/dat/entry.des8
1 files changed, 5 insertions, 3 deletions
diff --git a/crawl-ref/source/dat/entry.des b/crawl-ref/source/dat/entry.des
index d720877302..ee22731e97 100644
--- a/crawl-ref/source/dat/entry.des
+++ b/crawl-ref/source/dat/entry.des
@@ -191,14 +191,12 @@ MARKER: A = lua:fog_machine { \
SUBST: A = a , a = a m:1
FTILE: a = floor_slime
COLOUR: a = lightgreen
-KPROP: a = force_exclude
SUBST: a = .
MARKER: W = lua:fog_machine{\
pow_max = 10, delay_min = 50, delay_max = 300, \
size = 8, start_clouds = 1, \
cloud_type = "freezing vapour"}
SUBST: W = w
-KPROP: w = force_exclude
SUBST: w : Ww'" , ' = wwW"
COLOUR: " = blue
SUBST: " = .
@@ -208,7 +206,6 @@ MARKER: F = lua:fog_machine {\
size = 8, start_clouds = 1, \
cloud_type = "flame"}
SUBST: F = f
-KPROP: f = force_exclude
SUBST: f : fflF , f = llf , F = f
FTILE: f = floor_rough_red
COLOUR: f = red
@@ -224,6 +221,11 @@ SUBST: e =.
SHUFFLE: XZ
NSUBST: Z = ) / ]
NSUBST: X = ( / [
+MARKER: = = lua:props_marker { \
+ door_open_prompt="This door is covered in warnings. Open " .. \
+ "it anyways?", \
+ door_description_prefix="warning scrawled " \
+ }
MAP
...
ccc===ccc