From 8543fdca766cf69eb39b69a199496cb0779501df Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 2 Dec 2009 12:54:39 +0100 Subject: Replace door force_exclude in david_entry_070 with door marker. --- crawl-ref/source/dat/entry.des | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/dat/entry.des') diff --git a/crawl-ref/source/dat/entry.des b/crawl-ref/source/dat/entry.des index 5a9a3d0be8..505f98caca 100644 --- a/crawl-ref/source/dat/entry.des +++ b/crawl-ref/source/dat/entry.des @@ -3508,7 +3508,11 @@ ORIENT: float FTILE: 1234+ABCDEabcdem = floor_dirt SHUFFLE: abcde / fghij # Don't let auto-explore open the door and unleash the caged monsters. -KPROP: + = force_exclude +MARKER: + = lua:props_marker { \ + door_open_prompt="This door is covered in warnings. Open " .. \ + "it anyways?", \ + door_description_prefix="warning scrawled " \ + } SUBST: f=A, g=B, h=C, i=D, j=E SUBST: abcde = mx SUBST: ABCDE : mx -- cgit v1.2.3-54-g00ecf