]> granicus.if.org Git - nethack/commit
fix #H4179 - death reason for rotted globs
authorPatR <rankin@nethack.org>
Wed, 6 Jan 2016 01:29:36 +0000 (17:29 -0800)
committerPatR <rankin@nethack.org>
Wed, 6 Jan 2016 01:29:36 +0000 (17:29 -0800)
commitde5ed30cd7cadcaabbbc6553c9ffcddce7a397d2
tree113a8061f62a20fb97f43ffada18b5d8ef1c9f47
parented1c592a9ae062d8b0398c2b09f9e1889d367bfa
fix #H4179 - death reason for rotted globs

'Poisoned by a rotted gray ooze corpse' should have been
'Poisoned by a rotted glob of gray ooze'.

eatcorpse() is called for non-corpse globs and then corpse_xname()
is called for them too to set up death reason for make_sick(), but
it didn't know anything about globs.  Now it does.  Blob size is
ignored since it's not relevant for cause of death.
doc/fixes36.1
src/objnam.c