summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
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: