summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/behold.cc
diff options
context:
space:
mode:
authorRobert Burnham <burnhamrobertp@gmail.com>2011-03-25 13:24:12 -0500
committerRobert Burnham <burnhamrobertp@gmail.com>2011-03-25 13:24:12 -0500
commit1ff96d184c6a5b808b8017e3fba82bc4af0908da (patch)
tree069770e08b8cf6f33db52bff2f133411044b0e31 /crawl-ref/source/behold.cc
parent01145de6bffcce1c81bb73bf19e4e237f3a4e530 (diff)
downloadcrawl-ref-1ff96d184c6a5b808b8017e3fba82bc4af0908da.tar.gz
crawl-ref-1ff96d184c6a5b808b8017e3fba82bc4af0908da.zip
Replace DESC_NOCAP_THE with DESC_THE
Diffstat (limited to 'crawl-ref/source/behold.cc')
-rw-r--r--crawl-ref/source/behold.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/behold.cc b/crawl-ref/source/behold.cc
index 6eb33d9981..3e655d3f59 100644
--- a/crawl-ref/source/behold.cc
+++ b/crawl-ref/source/behold.cc
@@ -63,7 +63,7 @@ void player::add_beholder(const monster* mon, bool axe)
if (!axe)
{
mprf(MSGCH_WARN, "You are mesmerised by %s!",
- mon->name(DESC_NOCAP_THE).c_str());
+ mon->name(DESC_THE).c_str());
}
}
else
@@ -189,7 +189,7 @@ static void _removed_beholder_msg(const monster* mon)
if (_mermaid_beholder(mon))
{
mprf("You can no longer hear %s's singing!",
- mon->name(DESC_NOCAP_THE).c_str());
+ mon->name(DESC_THE).c_str());
}
else
{