summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 16:17:16 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 16:17:16 +0000
commit130e8eabe520b29fe19a12748a9b17c287054647 (patch)
tree67e553e04d39e871a16a7bfc80e6e7317d17ba63 /crawl-ref/source/tutorial.cc
parent678a64c76a963f9d88b6c67edf3b91296b53b59e (diff)
downloadcrawl-ref-130e8eabe520b29fe19a12748a9b17c287054647.tar.gz
crawl-ref-130e8eabe520b29fe19a12748a9b17c287054647.zip
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
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc5
1 files changed, 5 insertions, 0 deletions
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 "
"<w>d</w>rop 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: