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


version 1.25 version 1.26
Line 1
 
Line 1
   
 /*  /*
  * static char *rcs_treasure_c =   * static char *rcs_treasure_c =
  *   "$Id: treasure.c,v 1.25 2002/01/01 23:37:54 garbled Exp $";   *   "$Id: treasure.c,v 1.26 2002/03/01 21:33:09 avogl Exp $";
  */   */
   
 /*  /*
Line 1474
 
Line 1474
  for (i=0; i<NROFATTACKS; i++)   for (i=0; i<NROFATTACKS; i++)
      item->resist[i] = donor->resist[i]/2;       item->resist[i] = donor->resist[i]/2;
   
    /* item inherits donor's level (important for quezals) */
    item->level = donor->level;
   
  /* if donor has some attacktypes, the flesh is poisonous */   /* if donor has some attacktypes, the flesh is poisonous */
  if(donor->attacktype&AT_POISON)   if(donor->attacktype&AT_POISON)
      item->type=POISON;       item->type=POISON;


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:19