summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/makeitem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 07b854f7be..238b3adefb 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -858,8 +858,8 @@ static weapon_type _determine_weapon_subtype(int item_level)
};
const weapon_type rare_subtypes[] = {
- WPN_LAJATANG, WPN_DEMON_BLADE, WPN_DEMON_TRIDENT,
- WPN_DEMON_WHIP, WPN_DOUBLE_SWORD, WPN_EVENINGSTAR,
+ WPN_LAJATANG, WPN_DEMON_WHIP, WPN_DEMON_BLADE,
+ WPN_DEMON_TRIDENT, WPN_DOUBLE_SWORD, WPN_EVENINGSTAR,
WPN_EXECUTIONERS_AXE, WPN_KATANA, WPN_QUICK_BLADE,
WPN_TRIPLE_SWORD
};