summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index fa206cd8b6..80d1f5d0a2 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2205,9 +2205,9 @@ static void _decrement_durations()
}
if (_decrement_a_duration(DUR_PHASE_SHIFT,
- "You feel completely stable again.",
- coinflip(),
- "Your phasing is about to run out."))
+ "You are firmly grounded in the material plane once more.",
+ coinflip(),
+ "You feel closer to the material plane."))
{
you.redraw_evasion = true;
}