summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 7bdbe80001..4316f9faaa 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -474,8 +474,8 @@ bool brand_ammo(special_missile_type which_type)
case SPMSL_REAPING:
if (set_item_ego_type(you.inv[ammo], OBJ_MISSILES, SPMSL_REAPING))
{
- mprf("%s %s of rotten flesh!", old_desc,
- (you.inv[ammo].quantity == 1) ? "smells" : "smell");
+ mprf("%s %s briefly obscured by shadows.", old_desc,
+ (you.inv[ammo].quantity == 1) ? "is" : "are");
if (ammo == you.equip[EQ_WEAPON])
you.wield_change = true;