summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorevktalo <evktalo@users.sourceforge.net>2009-09-29 21:39:27 +0300
committerevktalo <evktalo@users.sourceforge.net>2009-09-29 21:39:27 +0300
commiteee477d44f0891e580f371ca2946662b69f05a67 (patch)
treefa5b59b281d3724c9bda5c8d4185635658d26f6f /crawl-ref
parent7f72c37783571cc8a398b0c9d56a2727191c08c4 (diff)
downloadcrawl-ref-eee477d44f0891e580f371ca2946662b69f05a67.tar.gz
crawl-ref-eee477d44f0891e580f371ca2946662b69f05a67.zip
Added a bit about effectiveness against hydras to the flaming weapon description.
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/describe.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 2704a620b7..4e0b78e7f0 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -734,7 +734,9 @@ static std::string _describe_weapon(const item_def &item, bool verbose)
description += "It emits flame when wielded, "
"causing extra injury to most foes "
"and up to double damage against "
- "particularly susceptible opponents.";
+ "particularly susceptible opponents. "
+ "Big, fiery blades are also staple "
+ "armaments of hydra-hunters.";
break;
case SPWPN_FREEZING:
description += "It has been specially enchanted to "