From 130e8eabe520b29fe19a12748a9b17c287054647 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 23 Apr 2008 16:17:16 +0000 Subject: Update tiles help -- no formatting worth speaking of, but at least the information should be correct. Remove (hopefully) unnecessary ASSERT that was causing problems with Tiles. Clean up makeitem.cc. (Spacing changes, and renaming static methods.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4546 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tutorial.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crawl-ref/source/tutorial.cc') diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index 908bc4428c..73c2a8bcd2 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -1664,6 +1664,11 @@ void learned_something_new(tutorial_event_type seen_what, int x, int y) text << " However, this is easy enough to rectify: simply " "drop some of the stuff you don't need or that's too " "heavy to lug around permanently."; +#ifdef USE_TILE + text << " In the drop menu you can then comfortably select which " + "items to drop by pressing their inventory letter, or by " + "clicking on their tiles."; +#endif break; case TUT_ROTTEN_FOOD: -- cgit v1.2.3-54-g00ecf