From: nhmall Date: Fri, 10 Feb 2023 19:28:27 +0000 (-0500) Subject: missed one, there were two X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ada7caf619247269e459e84e5da411e22d46d4f;p=nethack missed one, there were two --- diff --git a/src/mkobj.c b/src/mkobj.c index 21513f71b..a7a76c984 100644 --- a/src/mkobj.c +++ b/src/mkobj.c @@ -784,8 +784,9 @@ costly_alteration(struct obj *obj, int alter_type) case OBJ_INVENT: if (learn_bknown) set_bknown(obj, 1); - if (shkp) + if (shkp) { SetVoice(shkp, 0, 80, 0); + } verbalize("You %s %s %s, you pay for %s!", alteration_verbs[alter_type], those, simpleonames(obj), them);