From 8b14a9ec9150142c2e83e3a996e11ca50282fe5b Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 14 Dec 2007 02:21:13 +0000 Subject: Fix [1813286]: Rename the lochaber axe to the bardiche, and change its description accordingly. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3061 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemprop.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/itemprop.cc') diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc index 318cfa7207..6c1f5871a2 100644 --- a/crawl-ref/source/itemprop.cc +++ b/crawl-ref/source/itemprop.cc @@ -303,7 +303,7 @@ static weapon_def Weapon_prop[NUM_WEAPONS] = { WPN_GLAIVE, "glaive", 15, -3, 18, 200, 6, SK_POLEARMS, HANDS_TWO, SIZE_LARGE, MI_NONE, false, DAMV_CHOPPING, 10 }, - { WPN_LOCHABER_AXE, "lochaber axe", 18, -6, 20, 200, 8, + { WPN_BARDICHE, "bardiche", 18, -6, 20, 200, 8, SK_POLEARMS, HANDS_TWO, SIZE_LARGE, MI_NONE, false, DAMV_CHOPPING, 2 }, @@ -1345,7 +1345,7 @@ int weapon_rarity( int w_type ) case WPN_GIANT_CLUB: case WPN_GIANT_SPIKED_CLUB: - case WPN_LOCHABER_AXE: + case WPN_BARDICHE: return (1); case WPN_DOUBLE_SWORD: -- cgit v1.2.3-54-g00ecf