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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index c3b3a9f301..ab2d6e613d 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1393,7 +1393,8 @@ static std::string describe_ammo( const item_def &item )
description += "A crossbow bolt. ";
break;
case MI_DART:
- description += "A small throwing weapon. ";
+ description += "A small throwing weapon. "
+ "It can also be fired from a hand crossbow.";
break;
case MI_LARGE_ROCK:
description += "A rock, used by giants as a missile. ";