summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-13 20:59:36 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-13 20:59:36 +0000
commite6f8b61aa81a49f6e12c82795a674c1ef8a00d7c (patch)
treeef26dd8671b4d4bb265883255229734cca0f6964 /crawl-ref/source/makeitem.cc
parent2918c2a6bec9c86d74f69986dcd0c9c043182f39 (diff)
downloadcrawl-ref-e6f8b61aa81a49f6e12c82795a674c1ef8a00d7c.tar.gz
crawl-ref-e6f8b61aa81a49f6e12c82795a674c1ef8a00d7c.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9060 c06c8d41-db1a-0410-9941-cceddc491573
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 a28f3df31d..3d26574215 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -2908,7 +2908,7 @@ static bool _weapon_is_visibly_special(const item_def &item)
const int brand = get_weapon_brand(item);
const bool visibly_branded = (brand != SPWPN_NORMAL);
- // nobody would bother enchanting a mundane club
+ // Nobody would bother enchanting a mundane club.
if (item.sub_type == WPN_CLUB || item.sub_type == WPN_GIANT_CLUB
|| item.sub_type == WPN_GIANT_SPIKED_CLUB)
{