summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 7dd4886b09..f35228ec9e 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -3209,7 +3209,7 @@ static item_make_species_type _give_weapon(monsters *mon, int level,
switch (mon->type)
{
case MONS_KOBOLD:
- // a few of the smarter kobolds have blowguns.
+ // A few of the smarter kobolds have blowguns.
if (one_chance_in(10) && level > 1)
{
item.base_type = OBJ_WEAPONS;