summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fearmonger.cc
diff options
context:
space:
mode:
authorRobert Burnham <burnhamrobertp@gmail.com>2011-03-25 13:07:29 -0500
committerRobert Burnham <burnhamrobertp@gmail.com>2011-03-25 13:07:29 -0500
commit01145de6bffcce1c81bb73bf19e4e237f3a4e530 (patch)
tree91e2889ecb9942baec89c46a5a30896fff3595a4 /crawl-ref/source/fearmonger.cc
parent9242c46d952778bcf1b2f7e1f188b171c26af7af (diff)
downloadcrawl-ref-01145de6bffcce1c81bb73bf19e4e237f3a4e530.tar.gz
crawl-ref-01145de6bffcce1c81bb73bf19e4e237f3a4e530.zip
Replace DESC_CAP_THE with DESC_THE
Also makes some replacements for DESC_CAP_YOUR, DESC_NOCAP_YOUR, DESC_CAP_A, DESC_NOCAP_A as was convenient...so don't expect this to compile...at all.
Diffstat (limited to 'crawl-ref/source/fearmonger.cc')
-rw-r--r--crawl-ref/source/fearmonger.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fearmonger.cc b/crawl-ref/source/fearmonger.cc
index 84feddb77e..2dfd92d26b 100644
--- a/crawl-ref/source/fearmonger.cc
+++ b/crawl-ref/source/fearmonger.cc
@@ -26,7 +26,7 @@ bool player::add_fearmonger(const monster* mon)
if (you.can_see(mon))
{
mprf("%s's aura of fear is muted, and has no effect on you.",
- mon->name(DESC_CAP_THE).c_str());
+ mon->name(DESC_THE).c_str());
}
else
mpr("The fearful aura is strangely muted, and has no effect on you.");