From 29b5d5c498daa84ea9d18eaaee3106ebc79dfa8d Mon Sep 17 00:00:00 2001 From: zelgadis Date: Sun, 24 May 2009 05:37:19 +0000 Subject: Oops, wands are now e'V'oked, not 'Z'apped. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9814 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tutorial.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index 50619e7585..62520d7e79 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -3324,7 +3324,8 @@ void tutorial_describe_item(const item_def &item) break; } case OBJ_WANDS: - ostr << "The magic within can be unleashed by Zapping it."; + ostr << "The magic within can be unleashed by evoking " + "(V) it."; #ifdef USE_TILE ostr << " Alternatively, simply click on its tile."; #endif -- cgit v1.2.3-54-g00ecf