From d00853ac9792a8ea972d8ca6011f305b0f34c779 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 16 Aug 2009 18:03:35 +0000 Subject: Use Jude's nicer messages for the Phase Shift spell. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10555 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index fb0059a963..37cf0f061c 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -4142,7 +4142,7 @@ void display_char_status() _output_expiring_message(DUR_DEATH_CHANNEL, "You are channeling the dead."); _output_expiring_message(DUR_PHASE_SHIFT, - "You phase in and out of the material plane."); + "You are out of phase with the material plane."); _output_expiring_message(DUR_SILENCE, "You radiate silence."); -- cgit v1.2.3-54-g00ecf