From 3ada7caf619247269e459e84e5da411e22d46d4f Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 10 Feb 2023 14:28:27 -0500 Subject: [PATCH] missed one, there were two --- src/mkobj.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);