fix pet feeding feedback (trunk only)

From a bug report, unseen pet sensed by
telepathy was referred to as "it" in the message given when it ate food.
This code is subtly convoluted and has now been changed at least four or
five times over the years.  This patch changes the terse comment to try to
spell out the intent.  Whether or not the new code actually matches that
intent remains to be seen....
This commit is contained in:
nethack.rankin
2007-08-20 23:32:42 +00:00
parent 86fccb4e1a
commit 47c9aa0ff6
2 changed files with 22 additions and 10 deletions

View File

@@ -265,6 +265,7 @@ some variations of attempting to use open or close commands on a drawbridge
didn't give drawbridge-specific feedback
tin contents can now sometimes be accessed on the same turn that the tin
starts being opened; when not, the opening feedback is more accurate
Nth adjustment of feedback when observing a pet eating
Platform- and/or Interface-Specific Fixes