summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-11 14:35:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-11 14:35:42 +0000
commitf35e944cc23bebb7bb0dffb7697f24804b572d87 (patch)
tree0185797b1461e6eeba305719a500ddc2c587d7e3 /crawl-ref/source/makeitem.cc
parent6622dd9e4820835af7bd93903346a6282db61cf3 (diff)
downloadcrawl-ref-f35e944cc23bebb7bb0dffb7697f24804b572d87.tar.gz
crawl-ref-f35e944cc23bebb7bb0dffb7697f24804b572d87.zip
Go back to consistently pluralizing "dwarf" as "dwarves".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6496 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 25128edb68..9897f63201 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -1666,7 +1666,7 @@ static item_status_flag_type _determine_missile_race(const item_def& item,
rc = ISFLAG_ORCISH;
}
- // Dwarfs don't make arrows, sling bullets, javelins, or
+ // Dwarves don't make arrows, sling bullets, javelins, or
// throwing nets.
if ((item.sub_type == MI_DART || item.sub_type == MI_BOLT)
&& one_chance_in(6))
@@ -1674,7 +1674,7 @@ static item_status_flag_type _determine_missile_race(const item_def& item,
rc = ISFLAG_DWARVEN;
}
- // Dwarfs don't make needles.
+ // Dwarves don't make needles.
if (item.sub_type == MI_NEEDLE)
{
if (one_chance_in(10))