Difference for common/item.c from version 1.43 to 1.44


version 1.43 version 1.44
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 739
 
Line 739
      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 */


Legend:
line(s) removed in v.1.43 
line(s) changed
 line(s) added in v.1.44

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