steed corpse

Fix the problem From a bug report.  Presumeably the corpse exclusion at <u.ux,u.uy>
was intended to be for killing your way out of an engulfer, but there wasn't
any comment to that effect.  The exclusion still applies if you were inside
the monster when it died; ridden steed is the only other way I can think of
to have a monster die at your location, so it should be the only case which
gets affected.  Neither steed nor engulfer is allowed to generate a random
item when upon death; you already know what was carried in those cases.

     The bulk of the diff is from reorganizing the relevant `if' and
subsequent indentation changes.
This commit is contained in:
nethack.rankin
2005-07-26 04:55:57 +00:00
parent 921361d1bc
commit 32baec7bb1
2 changed files with 40 additions and 45 deletions

View File

@@ -137,6 +137,7 @@ fix up grammar and punctuation in variants of shopkeeper's price message
regression, bug fixed in 3.4.1 reintroduced in 3.4.3: Sunsword continued to
emit light after monster who was wielding got killed
weaken "farming" strategy
don't suppress corpse if you kill your own steed
Platform- and/or Interface-Specific Fixes