summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-02 09:52:31 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-02 09:52:31 +0100
commit533471df126b96e8b1a06f0baaedd2f1caf015c0 (patch)
tree63d89912495f5697d52202d89344dc658a94ced5 /crawl-ref/source/describe.cc
parentff10c868e31d5543f8d7abd10924e4d09b432d41 (diff)
downloadcrawl-ref-533471df126b96e8b1a06f0baaedd2f1caf015c0.tar.gz
crawl-ref-533471df126b96e8b1a06f0baaedd2f1caf015c0.zip
Mention that those vulnerable to arrows with silver arrowheads can still handle them.
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 87ed94b900..2fed72f52f 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1095,7 +1095,8 @@ static std::string _describe_ammo( const item_def &item )
case SPMSL_SILVER:
description += "Compared to normal ammo, it does twice as "
"much damage to the undead, demons and chaotic beings, "
- "and weighs twice as much.";
+ "and weighs twice as much. With due care, it can still "
+ "be handled by those folks.";
break;
}