]> granicus.if.org Git - nethack/commitdiff
add full suite of directions to cmdassist
authornethack.allison <nethack.allison>
Mon, 19 Aug 2002 01:59:28 +0000 (01:59 +0000)
committernethack.allison <nethack.allison>
Mon, 19 Aug 2002 01:59:28 +0000 (01:59 +0000)
src/cmd.c

index 436d21af7a5dfe932ffadc9bb9f11fa5bf76d86f..d284d664ea7b3831c4d90b20dd85109d27572b71 100644 (file)
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -1977,6 +1977,10 @@ char *msg;
                putstr(win, 0, "          b  j  n");
        };
        putstr(win, 0, "");
+       putstr(win, 0, "          <  up");
+       putstr(win, 0, "          >  down");
+       putstr(win, 0, "          .  direct at yourself");
+       putstr(win, 0, "");
        putstr(win, 0, "(Suppress this message with !cmdassist in config file.)");
        display_nhwindow(win, FALSE);
        destroy_nhwindow(win);