Difference for common/living.c from version 1.40 to 1.41


version 1.40 version 1.41
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.40 2002/10/14 07:03:16 mwedel Exp $";   *   "$Id: living.c,v 1.41 2002/11/12 23:20:11 garbled Exp $";
  */   */
   
 /*  /*
Line 1230
 
Line 1230
      op->stats.dam=1;       op->stats.dam=1;
   
  op->speed=1.0+speed_bonus[op->stats.Dex];   op->speed=1.0+speed_bonus[op->stats.Dex];
 #ifdef SEARCH_ITEMS   if (settings.search_items && op->contr->search_str[0])
  if (op->contr->search_str[0])  
      op->speed -= 1;       op->speed -= 1;
 #endif  
  if (op->attacktype==0)   if (op->attacktype==0)
      op->attacktype=op->arch->clone.attacktype;       op->attacktype=op->arch->clone.attacktype;
   


Legend:
line(s) removed in v.1.40 
line(s) changed
 line(s) added in v.1.41

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