version 1.25 | | version 1.26 |
---|
| | |
/* | | /* |
* static char *rcsid_item_c = | | * static char *rcsid_item_c = |
* "$Id: item.c,v 1.25 2002/08/03 05:04:14 mwedel Exp $"; | | * "$Id: item.c,v 1.26 2002/08/11 07:52:15 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
else { | | else { |
DESCRIBE_ABILITY(retbuf, op->attacktype, "Attacks"); | | DESCRIBE_ABILITY(retbuf, op->attacktype, "Attacks"); |
} | | } |
| | } else { |
| | DESCRIBE_ABILITY(retbuf, op->attacktype, "Attacks"); |
} | | } |
DESCRIBE_PATH(retbuf, op->path_attuned, "Attuned"); | | DESCRIBE_PATH(retbuf, op->path_attuned, "Attuned"); |
DESCRIBE_PATH(retbuf, op->path_repelled, "Repelled"); | | DESCRIBE_PATH(retbuf, op->path_repelled, "Repelled"); |