summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/develop
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-10-25 02:48:22 -0700
committerMatthew Cline <zelgadis@sourceforge.net>2009-10-25 02:48:22 -0700
commitd6b40e981b9ab1181deb2ea7baaf6f62b9fd2b35 (patch)
treef9b2561162248ce0ac9e7698c6d6d563a1c514f0 /crawl-ref/docs/develop
parent045ee813f5c30b1a660017c891bcd9d203c44224 (diff)
downloadcrawl-ref-d6b40e981b9ab1181deb2ea7baaf6f62b9fd2b35.tar.gz
crawl-ref-d6b40e981b9ab1181deb2ea7baaf6f62b9fd2b35.zip
FR 2792379: stop auto-explore on marked statues
Markers can be placed on statues or orcish idols to cause auto-explore to stop when those statues/idols are first found.
Diffstat (limited to 'crawl-ref/docs/develop')
-rw-r--r--crawl-ref/docs/develop/level_design.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/docs/develop/level_design.txt b/crawl-ref/docs/develop/level_design.txt
index 785433b1e6..802d9b6624 100644
--- a/crawl-ref/docs/develop/level_design.txt
+++ b/crawl-ref/docs/develop/level_design.txt
@@ -1869,6 +1869,13 @@ dungeon cell which they are on:
* feature_description_long: What to use as the long description of the
cell's feature.
+* stop_explore: If set to anything, and placed on a cell with a statue
+ or orcish idol, will cause auto-explore to stop with the message
+ "Found <whatever>."
+
+* stop_explore_msg: Like stop_explore, but when auto-explore is stopped
+ the content of the property will be printed out as a message.
+
* veto_disintegrate: If this property is set to "veto" then the cell
will be immune to disintegration.