--- deliantra/server/common/item.C 2009/09/16 22:50:50 1.55 +++ deliantra/server/common/item.C 2009/10/12 04:03:41 1.57 @@ -1210,6 +1210,9 @@ if (op->slaying && op->type != FOOD) buf.printf ("(slay %s)", &op->slaying); + if (op->type == SKILL_TOOL && op->skill) + buf.printf ("(%s)", &op->skill); + buf.add_abilities ("Attacks", op->attacktype); /* resistance on flesh is only visible for quetzals. If * non flesh, everyone can see its resistances