summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/level_design.txt
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-26 13:40:36 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-26 13:40:36 +0000
commitf9197e8225a7f032479cafc1c69c7dbf5869221b (patch)
treefca136382d26e315c684ef0f6e6d50114765fcbe /crawl-ref/docs/level_design.txt
parent760d182372b577060b2a48baef13d97e3f5e11b6 (diff)
downloadcrawl-ref-f9197e8225a7f032479cafc1c69c7dbf5869221b.tar.gz
crawl-ref-f9197e8225a7f032479cafc1c69c7dbf5869221b.zip
Merged the two description of Lee's Rapid Deconstruction. (Zaba)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5254 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/level_design.txt')
-rw-r--r--crawl-ref/docs/level_design.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/docs/level_design.txt b/crawl-ref/docs/level_design.txt
index 30c62ff2a5..4026cb794c 100644
--- a/crawl-ref/docs/level_design.txt
+++ b/crawl-ref/docs/level_design.txt
@@ -393,15 +393,15 @@ TAGS: Tags go an a TAGS: line and are space-separated. Valid tags are:
* "no_hmirror": Like no_rotate, but for horizontal mirroring.
* "no_vmirror": Like no_rotate, but for vertical mirroring.
* "layout": Lua code that dungeon.cc uses for generating level
- layouts. Do *NOT* use or mess with unlss you know what
+ layouts. Do *NOT* use or mess with unless you know what
you're doing.
* "layout_foo": Indicates what sort of level layouts this vault is
compatible with, for vaults that don't fit in with all layouts;
the absence of this type of tags means it can go with any layout.
Multiple layout_foo tags can be used if it can be used with
- multiple layouts. Current values for "foo" are: rooms, city,
- open, caves, cross, shoals, swamp, labyrithn (though currently
- random vaults aren't palced in the last three).
+ multiple layouts. Current values for "foo" are: rooms, city,
+ open, caves, cross, shoals, swamp, labyrinth (though currently
+ random vaults aren't placed in the last three).
Pre-0.3 Crawl distinguished between TAGS and FLAGS. 0.3 and
newer Crawls treat TAGS and FLAGS as synonyms.
@@ -543,7 +543,7 @@ MONS: (list of monsters)
never generated, and ego items are only generated if the ego
is explicitly stated. Note that any items that the monster was
originally generated with will be removed and destroyed. This
- can be used force a monster to have no items whatsoever:
+ can be used to force a monster to have no items whatsoever:
MONS: orc; nothing
Items given to an orc or an elf will be made orcish or elven