summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorEino Keskitalo <evktalo@users.sourceforge.net>2009-10-30 01:06:43 +0200
committerEino Keskitalo <evktalo@users.sourceforge.net>2009-10-30 01:10:25 +0200
commit929d367d195931d5d04ac198e45b800289c724c0 (patch)
treefccb97bc65679c7ae6c8d256ae7eb4fcea9e2f23 /crawl-ref/source/describe.cc
parent67a0bc6e880f23b2b24e1b232db916e3bc9b8227 (diff)
downloadcrawl-ref-929d367d195931d5d04ac198e45b800289c724c0.tar.gz
crawl-ref-929d367d195931d5d04ac198e45b800289c724c0.zip
Rename shadows brand into reaping for unique name.
Signed-off-by: Eino Keskitalo <evktalo@users.sourceforge.net>
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 2185279562..f4db962376 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -845,7 +845,7 @@ static std::string _describe_weapon(const item_def &item, bool verbose)
"targets it hits, potentially hitting all targets in "
"its path until it reaches maximum range.";
break;
- case SPWPN_SHADOW:
+ case SPWPN_REAPING:
description += "If ammo fired by it kills a monster, "
"causing it to leave a corpse, the corpse will be "
"animated as a zombie friendly to the one who fired it.";
@@ -1065,7 +1065,7 @@ static std::string _describe_ammo( const item_def &item )
description += "A skilled user can throw it in such a way "
"that it will return to its owner.";
break;
- case SPMSL_SHADOW:
+ case SPMSL_REAPING:
description += "If it kills a monster, causing it to leave a "
"corpse, the corpse will be animated as a zombie friendly "
"to the one who " + threw_or_fired + " it.";