*** old-set.c Wed May 13 21:21:47 1998 --- set.c Wed May 13 21:21:37 1998 *************** *** 821,829 **** /* Remove the source attribute if we can. */ if (num_copied < 1) { ! notify_quiet(player, ! tprintf("%s: Not copied anywhere. Not cleared.", ! in_attr->name)); } else if ((in_anum > 0) && !no_delete) { in_attr = atr_num(in_anum); if (in_attr && Set_attr(player, thing, in_attr, aflags)) { --- 821,833 ---- /* Remove the source attribute if we can. */ if (num_copied < 1) { ! if (in_attr) { ! notify_quiet(player, ! tprintf("%s: Not copied anywhere. Not cleared.", ! in_attr->name)); ! } else { ! notify_quiet(player, "Not copied anywhere. Non-existent attribute."); ! } } else if ((in_anum > 0) && !no_delete) { in_attr = atr_num(in_anum); if (in_attr && Set_attr(player, thing, in_attr, aflags)) {