summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 577b5e21da..18b3ea78ae 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -2139,7 +2139,7 @@ static void _hell_effects()
{
if (is_sanctuary(you.x_pos, you.y_pos))
{
- mpr("The sanctuary protects you from Hell's scourges!");
+ mpr("Zin's power protects you from Hell's scourges!", MSGCH_GOD);
return;
}