diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index bc58dc113..5fe66dbe3 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -948,6 +948,8 @@ a hero on the quest home level who runs or travels past the quest leader and gets tossed out of the quest for some reason would keep running on the far side of the quest portal allow rush/run over water if wearing discovered water walking boots +flying pets wouldn't target underwater food but if they happened to fly over + such food they could and would eat it Fixes to 3.7.0-x Problems that Were Exposed Via git Repository diff --git a/src/do_name.c b/src/do_name.c index 7c5d591e6..eaf58f23a 100644 --- a/src/do_name.c +++ b/src/do_name.c @@ -221,7 +221,7 @@ getpos_help(boolean force, const char *goal) Sprintf(sbuf, " '%s' describe current spot,%s move to another spot;", visctrl(g.Cmd.spkeys[NHKF_GETPOS_PICK]), - flags.help ? " prompt if 'more info'," : ""); + flags.help && !force ? " prompt if 'more info'," : ""); putstr(tmpwin, 0, sbuf); Sprintf(sbuf, " '%s' describe current spot, move to another spot;",