summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index a451e69122..9e6054a103 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1142,7 +1142,7 @@ static std::string _describe_ammo( const item_def &item )
}
bool can_launch = has_launcher(item);
- bool can_throw = is_throwable(item, you.body_size(), true);
+ bool can_throw = is_throwable(&you, item, true);
bool need_new_line = true;
if (item.special && item_type_known(item))