From 8b466b227af6c9830f17a6b750dd915aafa76915 Mon Sep 17 00:00:00 2001 From: PatR Date: Tue, 1 Nov 2022 16:26:29 -0700 Subject: [PATCH] fixes entry for PR #917 - unnaming unique mons Pull request from entrez: attempting to unname a unique monster or shopkeeper by assigning a new name of was rejected as intended, but the rejection message is phrased strangely when gets inserted as the name that won't be assigned. Fixes #917 --- doc/fixes3-7-0.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 38e805d16..e6bbed780 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1050,6 +1050,9 @@ explicitly throwing 1 for non-gold stack of more than 1 and then canceling at direction prompt left a pair of stacks of 1 and N-1 with same invlet some attack damage which shouldn't affect shades operated as intended when hero could see it happen but erroneously affected them when not seen +phrasing of the "you can't" message when attempting to name any monster + defined with a unique name or title sounded strange when rejecting + to remove the existing name without assigning a new one Fixes to 3.7.0-x Problems that Were Exposed Via git Repository