From fa8b82009f6db843167bd034991367088e73f4fb Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 25 Nov 2009 11:10:16 -0600 Subject: Tweak wording. --- crawl-ref/source/describe.cc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 06d1ba722d..692aa655b4 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -841,14 +841,17 @@ static std::string _describe_weapon(const item_def &item, bool verbose) break; case SPWPN_REAPING: if (is_range_weapon(item)) + { 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."; + "animated as a zombie friendly to the killer."; + } else - description += "All monsters killed with it which leave " - "corpses in good enough shape will be reanimated as " - "a zombie friendly to the killer."; + { + description += "If a monster killed with it leaves a " + "corpse in good enough shape, the corpse will be " + "animated as a zombie friendly to the killer."; + } break; } } -- cgit v1.2.3-54-g00ecf