version 1.43 | | version 1.44 |
---|
| | |
/* | | /* |
* static char *rcsid_item_c = | | * static char *rcsid_item_c = |
* "$Id: item.c,v 1.43 2004/04/26 05:07:52 mwedel Exp $"; | | * "$Id: item.c,v 1.44 2004/05/04 07:14:53 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
sprintf(buf,"(regeneration%+d)",op->contr->gen_hp); | | sprintf(buf,"(regeneration%+d)",op->contr->gen_hp); |
strcat(retbuf,buf); | | strcat(retbuf,buf); |
} | | } |
| | if(op->stats.luck) { |
| | sprintf(buf,"(luck%+d)",op->stats.luck); |
| | strcat(retbuf,buf); |
| | } |
} | | } |
| | |
/* describe attacktypes */ | | /* describe attacktypes */ |