]> granicus.if.org Git - nethack/commit
Improve feedback for trying to bribe the watch
authorMichael Meyer <me@entrez.cc>
Wed, 10 Aug 2022 00:57:28 +0000 (20:57 -0400)
committerPasi Kallinen <paxed@alt.org>
Wed, 10 Aug 2022 16:57:48 +0000 (19:57 +0300)
commitddce73502e999d4e0ebbdbff9fe53cc938173f1c
treedd65d18f85e02100f70166d67f20e0314525847b
parentbeb99c0e72100830d55744d73d6782f8bb30e58e
Improve feedback for trying to bribe the watch

Members of the watch can never be bribed, no matter how much gold is
thrown at them, but when a bribe was attempted they would say "that's
not enough" (implying incorrectly some higher amount would be enough to
pacify them).  Also, an already-peaceful mercenary would take on an
unusually aggressive tone when given any amount of gold, giving the
player the same message to "beat it" as when a bribe succeeds in
pacifying them.

Adjust the mercenary bribery code a bit so that a more friendly message
is given if the monster is already peaceful, and so that unbribeable
monsters don't imply they are just not being given enough gold.  I think
the actual effects of bribery shouldn't be affected by this commit, just
the messages/feedback.
src/dokick.c