summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/itemprop.cc6
-rw-r--r--crawl-ref/source/itemprop.h2
2 files changed, 4 insertions, 4 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 },
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index fada212748..1809da359e 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -404,8 +404,8 @@ enum weapon_type
WPN_FLAIL,
WPN_MORNINGSTAR, // 5
WPN_SPIKED_FLAIL,
- WPN_EVENINGSTAR,
WPN_DIRE_FLAIL,
+ WPN_EVENINGSTAR,
WPN_GREAT_MACE,
WPN_DAGGER, // 10