missed one, there were two

This commit is contained in:
nhmall
2023-02-10 14:28:27 -05:00
parent 3cd1a09d41
commit 3ada7caf61

View File

@@ -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);