fix steed eating feedback

<Someone> reported that riding a steed into a magic portal can
give "steed is still eating" message, feedback normally used to explain why
you can't go down stairs.  Rather than preventing portals from activating
in that situation, just force the meal to be finished in order to suppress
the message.  Proper fix is probably to prevent all steed movement while
eating, but that would most likely result in no one ever riding again.
This commit is contained in:
nethack.rankin
2004-11-27 03:06:21 +00:00
parent 00dcc2ae4c
commit 384628da9a
2 changed files with 23 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ helmets don't protect against cockatrice eggs thrown straight up
breaking container contents in a shop didn't always charge for them
some types of shop theft of a stack of items only charged for a single one
wizard mode: WIZKIT wish for own quest artifact triggered crash at startup
avoid "your steed is still eating" message when going through a magic portal
Platform- and/or Interface-Specific Fixes