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 9002173298..fa206cd8b6 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2204,10 +2204,10 @@ static void _decrement_durations()
burden_change();
}
- if (_decrement_a_duration(DUR_FORESCRY,
- "You feel firmly rooted in the present.",
+ if (_decrement_a_duration(DUR_PHASE_SHIFT,
+ "You feel completely stable again.",
coinflip(),
- "Your vision of the future begins to falter."))
+ "Your phasing is about to run out."))
{
you.redraw_evasion = true;
}