From 0b130fa8fecfaac33d1e594803d20ed8854c05db Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 9 May 2008 21:18:54 +0000 Subject: 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 --- crawl-ref/source/directn.cc | 2 +- crawl-ref/source/player.cc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref') 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()); } diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index 9ad4d186e8..8d48b4bd2b 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -3661,11 +3661,11 @@ void display_char_status() { int halo_size = halo_radius(); if (halo_size > 6) - mpr( "You are illuminated by a large halo." ); + mpr( "You are illuminated by a large divine halo." ); else if (halo_size > 3) - mpr( "You are illuminated by a medium halo." ); + mpr( "You are illuminated by a medium divine halo." ); else - mpr( "You are illuminated by a small halo." ); + mpr( "You are illuminated by a small divine halo." ); } if (you.species == SP_VAMPIRE) -- cgit v1.2.3-54-g00ecf