--- deliantra/server/common/item.C 2007/02/05 01:24:45 1.20 +++ deliantra/server/common/item.C 2007/02/05 01:39:05 1.21 @@ -858,7 +858,6 @@ * be called with monster & player objects. Returns a description * in a static buffer. */ - static char * describe_monster (const object *op) { @@ -994,18 +993,13 @@ break; if (tmp && tmp->attacktype != 0) - { - DESCRIBE_ABILITY (retbuf, tmp->attacktype, "Claws"); - } + DESCRIBE_ABILITY (retbuf, tmp->attacktype, "Claws"); else - { - DESCRIBE_ABILITY (retbuf, op->attacktype, "Attacks"); - } + DESCRIBE_ABILITY (retbuf, op->attacktype, "Attacks"); } else - { - DESCRIBE_ABILITY (retbuf, op->attacktype, "Attacks"); - } + DESCRIBE_ABILITY (retbuf, op->attacktype, "Attacks"); + DESCRIBE_PATH (retbuf, op->path_attuned, "Attuned"); DESCRIBE_PATH (retbuf, op->path_repelled, "Repelled"); DESCRIBE_PATH (retbuf, op->path_denied, "Denied");