summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index bbcee00cdb..17f1e16a89 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -838,7 +838,7 @@ static weapon_type _determine_weapon_subtype(int item_level)
rc = RANDOM_ELEMENT(common_subtypes);
else
{
- // pick a weapon based on rarity
+ // Pick a weapon based on rarity.
while (true)
{
const int wpntype = random2(NUM_WEAPONS);