summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-12 21:29:23 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-12 21:29:23 +0100
commit1498653cf16e631f825793aed0c76af91efc6287 (patch)
tree67ad9fb7ba2da83e892173dad17ad967618ec93e /crawl-ref/source/describe.cc
parent73efe6fec46dbbf162bc29d1ee80e0c0462b15fd (diff)
downloadcrawl-ref-1498653cf16e631f825793aed0c76af91efc6287.tar.gz
crawl-ref-1498653cf16e631f825793aed0c76af91efc6287.zip
False description: projectiles can now have multiple brands.
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 3c2480652b..def7925150 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -768,7 +768,7 @@ static std::string _describe_weapon(const item_def &item, bool verbose)
break;
case SPWPN_VENOM:
if (is_range_weapon(item))
- description += "It poisons the unbranded ammo it fires.";
+ description += "It poisons the ammo it fires.";
else
description += "It poisons the flesh of those it strikes.";
break;