version 1.19 | | version 1.20 |
---|
| | |
/* | | /* |
* static char *rcsid_item_c = | | * static char *rcsid_item_c = |
* "$Id: item.c,v 1.19 2002/03/01 21:33:09 avogl Exp $"; | | * "$Id: item.c,v 1.20 2002/03/03 20:05:57 avogl Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
QUERY_FLAG(op,FLAG_MONSTER)) { | | QUERY_FLAG(op,FLAG_MONSTER)) { |
| | |
/* describe attacktypes */ | | /* describe attacktypes */ |
if (op->type == PLAYER && strcmp(op->race, "dragon")==0) { | | if (is_dragon_pl(op)) { |
/* for dragon players display the attacktypes from clawing skill */ | | /* for dragon players display the attacktypes from clawing skill */ |
object *tmp; | | object *tmp; |
| | |