summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-09 21:18:54 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-09 21:18:54 +0000
commit0b130fa8fecfaac33d1e594803d20ed8854c05db (patch)
treec7438d1632aafe855b15052508eb7d618b3b61a1 /crawl-ref/source/directn.cc
parent8c0268a33f74aa097f4dd244b35c9784f44c7f10 (diff)
downloadcrawl-ref-0b130fa8fecfaac33d1e594803d20ed8854c05db.tar.gz
crawl-ref-0b130fa8fecfaac33d1e594803d20ed8854c05db.zip
Clarify halo-related messages a bit.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4970 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 18ff4e67d2..9df4f3000d 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -2120,7 +2120,7 @@ static void describe_monster(const monsters *mon)
if (mon->haloed())
{
- mprf(MSGCH_EXAMINE, "%s is illuminated by a halo.",
+ mprf(MSGCH_EXAMINE, "%s is illuminated by a divine halo.",
mon->pronoun(PRONOUN_CAP).c_str());
}