From 638720017437843def8f94577cae7b4c5871ec61 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Tue, 5 Jan 2010 14:07:33 +0100 Subject: Make holy scourges have same handedness as unblessed demon whips. --- crawl-ref/source/itemprop.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/itemprop.cc') 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); -- cgit v1.2.3-54-g00ecf