From be019eb2535917ecfc55179a36307f868c2c4c00 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 22 Apr 2009 22:02:18 +0000 Subject: Change ankuses' vorpal type from crushing to piercing/bludgeoning, as it's more appropriate given their description. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9678 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 163719798b..6ffdafa00f 100644 --- a/crawl-ref/source/itemprop.cc +++ b/crawl-ref/source/itemprop.cc @@ -195,7 +195,7 @@ static weapon_def Weapon_prop[NUM_WEAPONS] = DAMV_CRUSHING, 10 }, { WPN_ANKUS, "ankus", 9, 2, 14, 120, 8, SK_MACES_FLAILS, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false, - DAMV_CRUSHING, 10 }, + DAMV_PIERCING | DAM_BLUDGEON, 10 }, { WPN_MORNINGSTAR, "morningstar", 10, -1, 15, 140, 8, SK_MACES_FLAILS, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false, DAMV_PIERCING | DAM_BLUDGEON, 10 }, -- cgit v1.2.3-54-g00ecf