summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-12 15:29:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-12 15:29:57 +0000
commitc8e3a829389f387b3c54ea512cbe2e9e7a81c546 (patch)
tree1e587f3dab20e7a67e6f3baa6ad31c912a31f813 /crawl-ref/source/itemprop.cc
parent98ec0f6dd097ff6403fb883a328cdc10c866d950 (diff)
downloadcrawl-ref-c8e3a829389f387b3c54ea512cbe2e9e7a81c546.tar.gz
crawl-ref-c8e3a829389f387b3c54ea512cbe2e9e7a81c546.zip
Resort the maces and flails so that they're in ascending order of damage
again after the recent adjustments. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10188 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index b6adb83ef6..d2372d11a1 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -205,12 +205,12 @@ static weapon_def Weapon_prop[NUM_WEAPONS] =
{ WPN_SPIKED_FLAIL, "spiked flail", 12, -2, 16, 190, 8,
SK_MACES_FLAILS, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
DAMV_PIERCING | DAM_BLUDGEON, 10 },
- { WPN_EVENINGSTAR, "eveningstar", 14, -1, 15, 180, 8,
- SK_MACES_FLAILS, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
- DAMV_PIERCING | DAM_BLUDGEON, 2 },
{ WPN_DIRE_FLAIL, "dire flail", 13, -3, 14, 240, 9,
SK_MACES_FLAILS, HANDS_DOUBLE, SIZE_LARGE, MI_NONE, false,
DAMV_PIERCING | DAM_BLUDGEON, 10 },
+ { WPN_EVENINGSTAR, "eveningstar", 14, -1, 15, 180, 8,
+ SK_MACES_FLAILS, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
+ DAMV_PIERCING | DAM_BLUDGEON, 2 },
{ WPN_GREAT_MACE, "great mace", 17, -4, 17, 270, 9,
SK_MACES_FLAILS, HANDS_TWO, SIZE_LARGE, MI_NONE, false,
DAMV_CRUSHING, 10 },