summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-06-28 12:11:18 -0400
committerNeil Moore <neil@s-z.org>2014-06-28 12:11:18 -0400
commit0487cf09ed8302f02a89dbeeda0bd1b4548b3e10 (patch)
treec6805a0dd1e5006da939f25bfc6857d27f17e3bb /crawl-ref/docs
parent218910543e562177b12e3a793e2962d484534990 (diff)
downloadcrawl-ref-0487cf09ed8302f02a89dbeeda0bd1b4548b3e10.tar.gz
crawl-ref-0487cf09ed8302f02a89dbeeda0bd1b4548b3e10.zip
Document can_overwrite constraint.
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/develop/levels/syntax.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/docs/develop/levels/syntax.txt b/crawl-ref/docs/develop/levels/syntax.txt
index 245e99d3bd..172b78018b 100644
--- a/crawl-ref/docs/develop/levels/syntax.txt
+++ b/crawl-ref/docs/develop/levels/syntax.txt
@@ -407,7 +407,8 @@ TAGS: Tags go on a TAGS: line and are space-separated. You can have several
other ones. Don't use this casually.
* "can_overwrite": Tells the dungeon builder that this vault can be
placed on top of other vaults, even those without the
- "overwritable" tag. Don't use this casually.
+ "overwritable" tag. This tag can only be applied to 1x1 vaults.
+ Don't use it casually.
* "layout": Makes the vault eligible for use as a level layout. Do
not use this unless you know what you are doing.
* "layout_foo": Indicates what sort of level layouts this vault is