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.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index 35d4dfeacb..c23cd5dd0f 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -2026,6 +2026,10 @@ bool check_weapon_wieldable_size( const item_def &item, size_type size )
{
ASSERT( item.base_type == OBJ_WEAPONS || item.base_type == OBJ_STAVES );
+ // Staves are currently wieldable for everyone just to be nice.
+ if (item.base_type == OBJ_STAVES || weapon_skill(item) == SK_STAVES)
+ return (true);
+
int fit = fit_weapon_wieldable_size( item, size );
// Adjust fit for size.