summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-01 07:21:13 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-01 07:21:13 -0600
commit4af76e9099425cb2b6ba19a28a8b8ee26bda6b9c (patch)
treea6d3d6f3964d8b1d0de24ad0074a6677aa40af25 /crawl-ref/source/describe.cc
parent8cad052df15aa3d6b4280902f68fa316f31a3259 (diff)
downloadcrawl-ref-4af76e9099425cb2b6ba19a28a8b8ee26bda6b9c.tar.gz
crawl-ref-4af76e9099425cb2b6ba19a28a8b8ee26bda6b9c.zip
Update silver ammo's description to account for its damaging chaotics.
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index d43495ed85..34e22d329a 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 and shapeshifters, "
- "and weighs twice as much.";
+ "much damage to the undead, demons, shapeshifters and "
+ "chaotic beings, and weighs twice as much.";
break;
}