From 1498653cf16e631f825793aed0c76af91efc6287 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Thu, 12 Nov 2009 21:29:23 +0100 Subject: False description: projectiles can now have multiple brands. --- crawl-ref/source/describe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source') 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; -- cgit v1.2.3-54-g00ecf