From e429a3c7e79c9ed00b8ed1f8415d77d197d39e66 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 1 Nov 2009 07:26:14 -0600 Subject: Simplify. --- crawl-ref/source/describe.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 34e22d329a..87ed94b900 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -1094,8 +1094,8 @@ static std::string _describe_ammo( const item_def &item ) break; case SPMSL_SILVER: description += "Compared to normal ammo, it does twice as " - "much damage to the undead, demons, shapeshifters and " - "chaotic beings, and weighs twice as much."; + "much damage to the undead, demons and chaotic beings, " + "and weighs twice as much."; break; } -- cgit v1.2.3-54-g00ecf