From f4b30e872e20a6078c8d219f5b8e780d61fc95d8 Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 6 Jan 2022 01:44:45 -0800 Subject: [PATCH] fixes entry for PR #651 - single-char engraving 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/fixes37.0 b/doc/fixes37.0 index 2def97986..748efeda7 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -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 -- 2.50.0