summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 6e395a802a..f9800d3a21 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -960,6 +960,7 @@ void direction(dist& moves, targeting_type restricts,
&& mode == TARG_ENEMY
&& !yesno("Really target yourself?", false, 'n'))
{
+ mpr("not self-targetting");
mesclr();
show_prompt = true;
}