summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index c6307295bc..029d3a62b6 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -1178,7 +1178,7 @@ static bool _try_give_mundane_armour(item_def &arm)
else
{
const item_def weapon = you.inv[you.equip[EQ_WEAPON]];
- const hands_reqd_type hand = hands_reqd(weapon, player_size());
+ const hands_reqd_type hand = hands_reqd(weapon, you.body_size());
if (hand == HANDS_TWO || item_is_rod(weapon)
|| is_range_weapon(weapon))
{