From de609203129e6ea9ed6fb526808f6c221ba6e276 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Sat, 9 Jan 2010 23:29:25 +0100 Subject: Change Lugonu's ^ screen to say "corrupted" rather than "blessed". --- crawl-ref/source/describe.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 4baee51699..164c1ff7ba 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -1073,7 +1073,7 @@ static std::string _describe_ammo(const item_def &item) description += "It is tipped with asphyxiating poison."; break; case SPMSL_PARALYSIS: - description += "It is tipped with a paralyzing poison."; + description += "It is tipped with a paralyzing poison."; break; case SPMSL_SLOW: description += "It is coated with a poison that causes slowness of the body."; @@ -3261,7 +3261,7 @@ static std::string _religion_help(god_type god) && !you.num_gifts[god]) { result += "You can pray at an altar to have your weapon " - "blessed."; + "corrupted."; } break; -- cgit v1.2.3-54-g00ecf