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 e2a740d323..e66dcc0a5d 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1373,7 +1373,7 @@ static std::string describe_ammo( const item_def &item )
break;
case MI_SLING_BULLET:
description += "A small heavy projectile made of lead. "
- "It can be fired with a sling, or thrown by hand.";
+ "It can be fired from a sling.";
break;
case MI_JAVELIN:
description += "A long, light polearm that can be thrown by hand. ";