summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-09 23:29:25 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-09 23:29:25 +0100
commitde609203129e6ea9ed6fb526808f6c221ba6e276 (patch)
tree3a220f99399b943e1ef26a2e974fef8cbaa814f0 /crawl-ref/source/describe.cc
parenta991cdbff6c1b9b55f2e211333a5945101064d16 (diff)
downloadcrawl-ref-de609203129e6ea9ed6fb526808f6c221ba6e276.tar.gz
crawl-ref-de609203129e6ea9ed6fb526808f6c221ba6e276.zip
Change Lugonu's ^ screen to say "corrupted" rather than "blessed".
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 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;