summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/quiver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/quiver.cc')
-rw-r--r--crawl-ref/source/quiver.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/quiver.cc b/crawl-ref/source/quiver.cc
index c1582ab6ff..c94622fe1b 100644
--- a/crawl-ref/source/quiver.cc
+++ b/crawl-ref/source/quiver.cc
@@ -533,8 +533,7 @@ static bool _item_matches(const item_def &item, fire_type types,
return (true);
}
}
- else if (item.base_type == OBJ_WEAPONS
- && is_throwable(item, you.body_size()))
+ else if (item.base_type == OBJ_WEAPONS && is_throwable(&you, item))
{
if ((types & FIRE_RETURNING)
&& item.special == SPWPN_RETURNING