summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 04:05:02 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 04:05:02 +0000
commit3c944837cadcc17fe541fee23f6c25697694febf (patch)
tree7e3cedbe81a4cd68873e90270d5b9dc7f721fcab /crawl-ref/source/mstuff2.cc
parent402916d9a9b7cbeafde89ef815ec9205262edebe (diff)
downloadcrawl-ref-3c944837cadcc17fe541fee23f6c25697694febf.tar.gz
crawl-ref-3c944837cadcc17fe541fee23f6c25697694febf.zip
Add message tweak.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6238 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mstuff2.cc')
-rw-r--r--crawl-ref/source/mstuff2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 578172eec5..0870833493 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -2271,7 +2271,7 @@ static int _monster_abjure_square(const coord_def &pos,
}
else if (is_sanctuary(target->x, target->y))
{
- simple_god_message(" protects your fellow warrior from evil magic!");
+ mpr("The sanctuary protects your fellow warrior from evil magic!");
return (0);
}