version 1.44 | | version 1.45 |
---|
| | |
/* | | /* |
* static char *rcsid_item_c = | | * static char *rcsid_item_c = |
* "$Id: item.c,v 1.44 2004/05/04 07:14:53 mwedel Exp $"; | | * "$Id: item.c,v 1.45 2004/06/11 07:23:37 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
strcat(retbuf,"(unaggressive)"); | | strcat(retbuf,"(unaggressive)"); |
if(QUERY_FLAG(op,FLAG_HITBACK)) | | if(QUERY_FLAG(op,FLAG_HITBACK)) |
strcat(retbuf,"(hitback)"); | | strcat(retbuf,"(hitback)"); |
| | if(QUERY_FLAG(op,FLAG_STEALTH)) |
| | strcat(retbuf,"(stealthy)"); |
if(op->randomitems != NULL) { | | if(op->randomitems != NULL) { |
treasure *t; | | treasure *t; |
int first = 1; | | int first = 1; |