summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
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);
}