summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-13 20:56:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-13 20:56:15 +0000
commitb6d1522ba3218c06bda0f6fcee313ccfabe0f91d (patch)
tree20324a6e12dc871f7c6e2c21d97b7901def48634
parentbf516ccc1f22f3449c9dce1c7828d97747f247d2 (diff)
downloadcrawl-ref-b6d1522ba3218c06bda0f6fcee313ccfabe0f91d.tar.gz
crawl-ref-b6d1522ba3218c06bda0f6fcee313ccfabe0f91d.zip
Add a minor documentation fix: the racial modifier for elves is elven,
not elvish. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3056 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/docs/level-design.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/docs/level-design.txt b/crawl-ref/docs/level-design.txt
index 1224618aca..9bbd22112b 100644
--- a/crawl-ref/docs/level-design.txt
+++ b/crawl-ref/docs/level-design.txt
@@ -469,7 +469,7 @@ ITEM: (list of items, separated by comma)
wand, food, scroll, jewelry, potion, book, staff, orb,
misc, carrion. All of these are usable in map definitions,
apart from "orb" and "carrion".
- * "race:race_name", where "race_name" is "elvish", "dwarven"
+ * "race:race_name", where "race_name" is "elven", "dwarven"
or "orcish"; it can also be "none" or "no_race" to prevent
the item from being randomly being made racial. Has no effect
if the item can't take that kind of racial setting.