summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-24 05:37:19 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-24 05:37:19 +0000
commit29b5d5c498daa84ea9d18eaaee3106ebc79dfa8d (patch)
treeda2f95a75a126a0aa18682d9dcecf931e04878b9 /crawl-ref/source/tutorial.cc
parented1a302134f7bb174e4117f3eed94b1d16484a88 (diff)
downloadcrawl-ref-29b5d5c498daa84ea9d18eaaee3106ebc79dfa8d.tar.gz
crawl-ref-29b5d5c498daa84ea9d18eaaee3106ebc79dfa8d.zip
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
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc3
1 files changed, 2 insertions, 1 deletions
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 <w>Z</w>apping it.";
+ ostr << "The magic within can be unleashed by evoking "
+ "(<w>V</w>) it.";
#ifdef USE_TILE
ostr << " Alternatively, simply click on its tile.";
#endif