From 533471df126b96e8b1a06f0baaedd2f1caf015c0 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Mon, 2 Nov 2009 09:52:31 +0100 Subject: Mention that those vulnerable to arrows with silver arrowheads can still handle them. --- crawl-ref/source/describe.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/describe.cc') 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; } -- cgit v1.2.3-54-g00ecf