Difference for common/item.c from version 1.19 to 1.20


version 1.19 version 1.20
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 807
 
Line 807
       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;
    


Legend:
line(s) removed in v.1.19 
line(s) changed
 line(s) added in v.1.20

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:08