missed one, there were two
This commit is contained in:
+2
-1
@@ -784,8 +784,9 @@ costly_alteration(struct obj *obj, int alter_type)
|
|||||||
case OBJ_INVENT:
|
case OBJ_INVENT:
|
||||||
if (learn_bknown)
|
if (learn_bknown)
|
||||||
set_bknown(obj, 1);
|
set_bknown(obj, 1);
|
||||||
if (shkp)
|
if (shkp) {
|
||||||
SetVoice(shkp, 0, 80, 0);
|
SetVoice(shkp, 0, 80, 0);
|
||||||
|
}
|
||||||
verbalize("You %s %s %s, you pay for %s!",
|
verbalize("You %s %s %s, you pay for %s!",
|
||||||
alteration_verbs[alter_type], those, simpleonames(obj),
|
alteration_verbs[alter_type], those, simpleonames(obj),
|
||||||
them);
|
them);
|
||||||
|
|||||||
Reference in New Issue
Block a user