summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/level_design.txt
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-24 09:36:00 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-24 09:36:00 +0000
commitd2cdd021c717fcc16134b3943543b01d710181f1 (patch)
treef61a275d8b7dc20d2e9b462c36282a6ef597d544 /crawl-ref/docs/level_design.txt
parent7e0d56433b95ea95b2cc06dfbc98d7887a50b968 (diff)
downloadcrawl-ref-d2cdd021c717fcc16134b3943543b01d710181f1.tar.gz
crawl-ref-d2cdd021c717fcc16134b3943543b01d710181f1.zip
Portal vault entries now show up on the overmap. Breaks savefile
compatabilty. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7583 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/level_design.txt')
-rw-r--r--crawl-ref/docs/level_design.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/docs/level_design.txt b/crawl-ref/docs/level_design.txt
index 22ef69203a..14e4f7c25c 100644
--- a/crawl-ref/docs/level_design.txt
+++ b/crawl-ref/docs/level_design.txt
@@ -1316,6 +1316,11 @@ dump to be different than the default you can give one_way_stair a
You can dynamically change the origin string using the lua function
dgn.set_level_type_origin().
+Known portal vault entries will be displayed on the overmap. By default
+the name shown on the overmap will be the "dstname" parameter, or if
+that isn't present the "dst" paremeter. It can be set to something else
+with the "dstovermap" parameter.
+
This will produce a portal, but attempting to use it will trigger an
ASSERT since there's no map for the destination. So we create a
destination map like so: