From 4bf7a0a7ff66c0eb13674d4467dcee5c1301a359 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Tue, 10 Nov 2009 20:40:47 -0800 Subject: tutorial.cc: Mention shopping list --- crawl-ref/source/tutorial.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index 8e4a02f207..5585875576 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -2030,7 +2030,8 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc) { text << "Whenever you pick up some gold, your current amount will " "be mentioned. If you'd like to check your wealth at other " - "times, it will be listed on the % screen."; + "times, you can press $. It will also be " + "listed on the % screen."; } break; @@ -2276,6 +2277,10 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc) "left mouse button " #endif "while standing on the square."; + text << "\n\nIf there's anything you want which you can't afford yet " + "you can select those items and press @ to put them " + "on your shopping list. The game will then remind you when " + "you gather enough gold to buy the items on your list."; break; case TUT_SEEN_DOOR: -- cgit v1.2.3-54-g00ecf