Difference for common/item.c from version 1.25 to 1.26


version 1.25 version 1.26
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 741
 
Line 741
  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");


Legend:
line(s) removed in v.1.25 
line(s) changed
 line(s) added in v.1.26

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