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 7133545758..af3828e573 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -1396,7 +1396,8 @@ hands_reqd_type hands_reqd( const item_def &item, size_type size )
// Adjust handedness for size only for non-whip melee weapons.
if (!is_range_weapon(item)
&& item.sub_type != WPN_WHIP
- && item.sub_type != WPN_DEMON_WHIP)
+ && item.sub_type != WPN_DEMON_WHIP
+ && item.sub_type != WPN_HOLY_SCOURGE)
{
fit = cmp_weapon_size(item, size);