]> granicus.if.org Git - nethack/commitdiff
fixes entry for PR #917 - unnaming unique mons
authorPatR <rankin@nethack.org>
Tue, 1 Nov 2022 23:26:29 +0000 (16:26 -0700)
committerPatR <rankin@nethack.org>
Tue, 1 Nov 2022 23:26:29 +0000 (16:26 -0700)
Pull request from entrez:  attempting to unname a unique monster or
shopkeeper by assigning a new name of <space> was rejected as
intended, but the rejection message is phrased strangely when <space>
gets inserted as the name that won't be assigned.

Fixes #917

doc/fixes3-7-0.txt

index 38e805d16c545b0a28a2adf63bac00ee62351c34..e6bbed780bb614bdc8489b060894373375d9be46 100644 (file)
@@ -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
+       <space> to remove the existing name without assigning a new one
 
 
 Fixes to 3.7.0-x Problems that Were Exposed Via git Repository