summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/arena.txt
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-09 05:02:50 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-09 05:02:50 +0000
commit3061694e09ae7a3f35c28c6eb058e34b2948ced4 (patch)
tree01ae3a409326080a42eedda7a8aa983a5cb9d853 /crawl-ref/docs/arena.txt
parent8767119a72d6885ab40380e77c2224a4c16896c1 (diff)
downloadcrawl-ref-3061694e09ae7a3f35c28c6eb058e34b2948ced4.tar.gz
crawl-ref-3061694e09ae7a3f35c28c6eb058e34b2948ced4.zip
Fix mistake in saying how to specify a monster via place.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8351 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/arena.txt')
-rw-r--r--crawl-ref/docs/arena.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/docs/arena.txt b/crawl-ref/docs/arena.txt
index b70d2e827b..4f97843f31 100644
--- a/crawl-ref/docs/arena.txt
+++ b/crawl-ref/docs/arena.txt
@@ -36,7 +36,7 @@ Additionally, you can specify the monsters by a place in the dungeon, in
which case a random monster appropriate for that place will be chosen.
For example:
- crawl -arena "2 Lair:10 v 3 Vault:7"
+ crawl -arena "2 place:Lair:10 v 3 place:Vault:7"
will choose two random monsters from the 10th level of the Lair and pit them
against three random monsters from the 7th level of the Vaults.