summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index d7d4311da8..1d3dcc353b 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -765,7 +765,8 @@ void set_equip_race( item_def &item, unsigned long flags )
case OBJ_WEAPONS:
if (weapon_skill(item) == SK_POLEARMS
|| (weapon_skill(item) == SK_LONG_BLADES
- && item.sub_type != WPN_FALCHION)
+ && item.sub_type != WPN_FALCHION
+ && item.sub_type != WPN_LONG_SWORD)
|| item.sub_type == WPN_QUICK_BLADE
|| item.sub_type == WPN_CLUB
|| item.sub_type == WPN_WHIP