summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-31 13:48:01 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-31 13:53:25 -0500
commitaf41e26b03e5e9c5a3a5f6a20abdb15b429f834b (patch)
tree2767f0d47c101fe231f2568cd3f7bbd3cc266dbf /crawl-ref/source/describe.cc
parentf261fbf624e94eb750c3cd52899b004d2f5bbbd1 (diff)
downloadcrawl-ref-af41e26b03e5e9c5a3a5f6a20abdb15b429f834b.tar.gz
crawl-ref-af41e26b03e5e9c5a3a5f6a20abdb15b429f834b.zip
Simplify description of holy wrath weapons.
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 1592a7d198..ee7ec27042 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -753,8 +753,7 @@ static std::string _describe_weapon(const item_def &item, bool verbose)
break;
case SPWPN_HOLY_WRATH:
description += "It has been blessed by the Shining One "
- "to cause great damage to the undead and the unholy "
- "creatures of Hell or Pandemonium.";
+ "to cause great damage to the undead and demons.";
break;
case SPWPN_ELECTROCUTION:
description += "Occasionally upon striking a foe "