summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 9438a89b6e..0101f92d1c 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -333,9 +333,9 @@ void cast_shatter(int pow)
void cast_phase_shift(int pow)
{
if (!you.duration[DUR_PHASE_SHIFT])
- mpr("You begin to phase in and out of the material plane...");
+ mpr("You feel the strange sensation of being on two planes at once.");
else
- mpr("Your phasing becomes more pronounced.");
+ mpr("Your feel the material plane grow further away.");
you.duration[DUR_PHASE_SHIFT] += 5 + random2(pow);