]> granicus.if.org Git - nethack/commit
fix #H4462 - grammar in corpse eating message
authorPatR <rankin@nethack.org>
Thu, 4 Aug 2016 00:59:10 +0000 (17:59 -0700)
committerPatR <rankin@nethack.org>
Thu, 4 Aug 2016 00:59:10 +0000 (17:59 -0700)
commitb49830f4c14c761b8e826c0e5ce0c61f4d9b8ca4
treea70a79888cf7380381f5bb70d9f68b7fc75c6808
parentbde2aa5ea2a549d741d2e3863405bfe2f144d53e
fix #H4462 - grammar in corpse eating message

"The the Wizard of Yendor corpse tastes terrible."

"The" was supplied when formatting the sentence, "the" when formatting
the corpse object.  Same applied to several other monsters, those
flagged as unique and without personal name (Oracle, Cyclops, others).

This also changes the corpse eating message to not always specify the
taste as "terrible" when the eater is omnivorous.

It also makes corpses (and tins) of unique monsters be wishable in
wizard mode.  I had killed the Wizard at least half a dozen times
without a corpse being left, so used wishing instead.  Later retries
did finally leave one--lack of corpse turned out to just be by chance.
doc/fixes36.1
src/eat.c
src/objnam.c