summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-13 17:41:10 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-13 17:41:10 +0000
commit6229f7e7bb5de9df89ff67e7e3c75d8cf0a99b58 (patch)
treefc649feb7e0b3b47a5f7f4ffff6967aa7bfe491f /crawl-ref/source/itemprop.cc
parent089176f9fe05c769277c3be6ddd423864e262234 (diff)
downloadcrawl-ref-6229f7e7bb5de9df89ff67e7e3c75d8cf0a99b58.tar.gz
crawl-ref-6229f7e7bb5de9df89ff67e7e3c75d8cf0a99b58.zip
Change message about holy wrath weapons not being cursed as suggested by
Rachel. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10539 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index ab3a066612..8f52be8443 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -490,7 +490,7 @@ void do_curse_item( item_def &item, bool quiet )
{
if (!quiet)
{
- mprf("Your %s glows golden for a moment.",
+ mprf("Your %s glows black briefly, but repels the curse",
item.name(DESC_PLAIN).c_str());
}
return;