From a5e18dd06f5a60eab277870915004461a747adc2 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 28 Apr 2008 00:30:41 +0000 Subject: Add spacing fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4711 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemprop.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/itemprop.cc') diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc index 1313107109..7bc636a920 100644 --- a/crawl-ref/source/itemprop.cc +++ b/crawl-ref/source/itemprop.cc @@ -291,7 +291,7 @@ static weapon_def Weapon_prop[NUM_WEAPONS] = { WPN_HAND_AXE, "hand axe", 7, 3, 13, 80, 6, SK_AXES, HANDS_ONE, SIZE_SMALL, MI_NONE, true, DAMV_CHOPPING, 10 }, - { WPN_WAR_AXE, "war axe", 11, 0, 16, 180, 7, + { WPN_WAR_AXE, "war axe", 11, 0, 16, 180, 7, SK_AXES, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false, DAMV_CHOPPING, 10 }, { WPN_BROAD_AXE, "broad axe", 14, -2, 17, 230, 8, -- cgit v1.2.3-54-g00ecf