summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-10 20:40:47 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-10 20:41:09 -0800
commit4bf7a0a7ff66c0eb13674d4467dcee5c1301a359 (patch)
tree7e18d1ee9cd3f0989363198a9a5b89c435263819 /crawl-ref/source/tutorial.cc
parent992bc1c1b6afd383d148c19a9fa54412b2bddc46 (diff)
downloadcrawl-ref-4bf7a0a7ff66c0eb13674d4467dcee5c1301a359.tar.gz
crawl-ref-4bf7a0a7ff66c0eb13674d4467dcee5c1301a359.zip
tutorial.cc: Mention shopping list
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc7
1 files changed, 6 insertions, 1 deletions
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 <w>%</w> screen.";
+ "times, you can press <w>$</w>. It will also be "
+ "listed on the <w>%</w> screen.";
}
break;
@@ -2276,6 +2277,10 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc)
"<w>left mouse button</w> "
#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 <w>@</w> 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: