Difference for server/player.c from version 1.110 to 1.111


version 1.110 version 1.111
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.110 2002/12/13 05:09:49 garbled Exp $";   *   "$Id: player.c,v 1.111 2002/12/13 07:23:00 garbled Exp $";
  */   */
   
 /*  /*
Line 1376
 
Line 1376
      dex_bonus[op->stats.Dex] - thaco_bonus[op->stats.Str] - arrow->stats.wc -       dex_bonus[op->stats.Dex] - thaco_bonus[op->stats.Str] - arrow->stats.wc -
      bow->stats.wc;       bow->stats.wc;
  arrow->level = SK_level (op);   arrow->level = SK_level (op);
    if (arrow->attacktype == AT_PHYSICAL)
  arrow->attacktype |= bow->attacktype;   arrow->attacktype |= bow->attacktype;
  if (bow->slaying != NULL)   if (bow->slaying != NULL)
      arrow->slaying = strdup(bow->slaying);       arrow->slaying = strdup(bow->slaying);
Line 1383
 
Line 1384
  arrow->stats.wc= op->stats.wc - bow->magic - arrow->magic -   arrow->stats.wc= op->stats.wc - bow->magic - arrow->magic -
      arrow->stats.wc;       arrow->stats.wc;
  arrow->level = op->level;   arrow->level = op->level;
    if (arrow->attacktype == AT_PHYSICAL)
  arrow->attacktype |= bow->attacktype;   arrow->attacktype |= bow->attacktype;
  if (bow->slaying != NULL)   if (bow->slaying != NULL)
      arrow->slaying = strdup(bow->slaying);       arrow->slaying = strdup(bow->slaying);


Legend:
line(s) removed in v.1.110 
line(s) changed
 line(s) added in v.1.111

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