From f2b624102d6a07a85967f8f5c30c57c58511ac8c Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Tue, 10 Nov 2009 18:15:24 -0800 Subject: Bug 2891438: spellcaster new level tut outdated The tutorial message for a spellcaster gaining a new level didn't match the new spell memorization interface. --- crawl-ref/source/tutorial.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tutorial.cc') diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index f90b026058..c653349c9d 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -2357,7 +2357,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc) text << "\nAlso, new experience levels let you learn more spells " "(the Spellcasting skill also does this). For now, you " "should try to memorise the second spell of your " - "starting book with Mbb, which can then be zapped " + "starting book with Ma, which can then be zapped " "with zb."; #ifdef USE_TILE text << " Memorising is also possible by doing a left " -- cgit v1.2.3-54-g00ecf