summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-31 10:04:59 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-31 10:05:42 -0500
commit3877db329ce13f8d527b2954c3f9d5857a2b6b35 (patch)
tree851e6fbadde6f08544459a09fc12ca2416fddafb /crawl-ref/source
parent6e48e349fe8269b88edd05523efa550aa0e036b4 (diff)
downloadcrawl-ref-3877db329ce13f8d527b2954c3f9d5857a2b6b35.tar.gz
crawl-ref-3877db329ce13f8d527b2954c3f9d5857a2b6b35.zip
Comment fix.
Diffstat (limited to 'crawl-ref/source')
-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;