From 4b46f911df01b7e5a3953b1b4be11ad900f0cd1d Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 19 Apr 2009 04:37:52 +0000 Subject: Add more comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9648 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemprop.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc index 6324284214..7a57c52cd3 100644 --- a/crawl-ref/source/itemprop.cc +++ b/crawl-ref/source/itemprop.cc @@ -221,7 +221,7 @@ static weapon_def Weapon_prop[NUM_WEAPONS] = SK_MACES_FLAILS, HANDS_TWO, SIZE_BIG, MI_NONE, false, DAMV_PIERCING | DAM_BLUDGEON, 0 }, - // Short blades + // Short Blades { WPN_KNIFE, "knife", 3, 5, 10, 10, 1, SK_SHORT_BLADES, HANDS_ONE, SIZE_LITTLE, MI_NONE, false, DAMV_STABBING | DAM_SLICE, 0 }, @@ -238,7 +238,7 @@ static weapon_def Weapon_prop[NUM_WEAPONS] = SK_SHORT_BLADES, HANDS_ONE, SIZE_SMALL, MI_NONE, false, DAMV_SLICING | DAM_PIERCE, 10 }, - // Long blades + // Long Blades { WPN_FALCHION, "falchion", 8, 2, 13, 170, 4, SK_LONG_BLADES, HANDS_ONE, SIZE_SMALL, MI_NONE, false, DAMV_SLICING, 10 }, // or perhaps DAMV_CHOPPING is more apt? -- cgit v1.2.3-54-g00ecf