summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 14:04:16 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 14:04:16 +0000
commit78f52b9e5b8d8a5290e902e8558a435617536fde (patch)
tree9faa4cd61806a0090b6d76686755ba2abe049bbf /crawl-ref/source/mstuff2.cc
parent9e3b39e56bd9fa78be59e5acfd185589191303e9 (diff)
downloadcrawl-ref-78f52b9e5b8d8a5290e902e8558a435617536fde.tar.gz
crawl-ref-78f52b9e5b8d8a5290e902e8558a435617536fde.zip
Add more message tweaks.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6289 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mstuff2.cc')
-rw-r--r--crawl-ref/source/mstuff2.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 4fa667f40d..52be635898 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -2278,7 +2278,8 @@ static int _monster_abjure_square(const coord_def &pos,
}
else if (is_sanctuary(target->x, target->y))
{
- mpr("The sanctuary protects your fellow warrior from evil magic!");
+ mpr("Zin's power protects your fellow warrior from evil magic!",
+ MSGCH_GOD);
return (0);
}