summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/direct.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc
index 32c371f375..6150128df8 100644
--- a/crawl-ref/source/direct.cc
+++ b/crawl-ref/source/direct.cc
@@ -285,7 +285,7 @@ void direction(struct dist& moves, targeting_type restricts,
// Prompts might get scrolled off if you have too few lines available.
// We'll live with that.
if ( !just_looking )
- mpr("Aim (press '?' for help.)", MSGCH_PROMPT);
+ mpr("Aim (press '?' for help, Shift-Dir to shoot in a straight line.)", MSGCH_PROMPT);
while (1)
{