]> granicus.if.org Git - nethack/commitdiff
fixes entry for PR #651 - single-char engraving
authorPatR <rankin@nethack.org>
Thu, 6 Jan 2022 09:44:45 +0000 (01:44 -0800)
committerPatR <rankin@nethack.org>
Thu, 6 Jan 2022 09:44:45 +0000 (01:44 -0800)
Pull request from vultur-cadens:  when engraving with a weapon, the
occupation routine doesn't dull it on the last character, so engraving
a single character never dulled the weapon.  Didn't apply to engraving
with other types of items.

Closes #651

doc/fixes37.0

index 2def97986a3f397c7aa9b46fe5ab981eb5420776..748efeda726066921cc7587a8b08929649be2b45 100644 (file)
@@ -951,6 +951,8 @@ if a glob which has just shrunk away to nothing was wielded or quivered,
 after changes to gender tracking for corpses and statues, when a unique
        monster got turned into a statue if was erroneouly flagged as female
        rather than 'historic'
+changing engraving to an occupation resulted in not dulling a weapon used to
+       engrave a single character
 
 curses: 'msg_window' option wasn't functional for curses unless the binary
        also included tty support